interface IndexerServerReferralCodeResponse {
    referral_code: null | string;
}

Properties

Properties

referral_code: null | string