videosphere
    Preparing search index...

    Interface ConsumedInviteToken

    Result of consuming an invite token during registration.

    interface ConsumedInviteToken {
        grantedRole: UserRole;
        releaseSnapshot: InviteTokenReleaseSnapshot;
    }
    Index

    Properties

    grantedRole: UserRole