videosphere
    Preparing search index...

    Interface InviteTokenReleaseSnapshot

    Snapshot of a consumed invite token used to restore it when registration fails.

    interface InviteTokenReleaseSnapshot {
        token: string;
        grantedRole: InviteGrantedRole;
        createdBy?: string;
        createdAt: Date;
        expiresAt?: Date;
    }
    Index

    Properties

    token: string
    grantedRole: InviteGrantedRole
    createdBy?: string
    createdAt: Date
    expiresAt?: Date