aftermath-ts-sdk - v3.3.3
    Preparing search index...

    Interface ApiReferralsIsRefCodeTakenBody

    Request body for checking referral-code availability.

    interface ApiReferralsIsRefCodeTakenBody {
        refCode: string;
    }
    Index
    refCode: string

    Referral code to check.