export interface IBuyerIdentity {
  countryCode: string;
}

export default IBuyerIdentity;
