videosphere
    Preparing search index...

    Interface CreateAdminInviteResponse

    Defines the admin invite creation payload.

    interface CreateAdminInviteResponse {
        token: string;
        inviteUrl: string;
        expiresAt?: string;
    }
    Index

    Properties

    token: string
    inviteUrl: string
    expiresAt?: string