videosphere
    Preparing search index...

    Interface CreateInviteTokenInput

    Defines options used to create an invitation token.

    interface CreateInviteTokenInput {
        createdBy: string;
        expiresAt?: Date;
        grantedRole?: UserRole;
    }
    Index

    Properties

    createdBy: string
    expiresAt?: Date
    grantedRole?: UserRole