export type AddReferralPayload = {
  code: string;
  address: string;
};
