videosphere
    Preparing search index...

    Defines one user row returned by admin user mutation endpoints.

    interface AdminUserMutationRow {
        userId: string;
        email: string;
        name?: string;
        role: UserRole;
        createdAt: string;
    }
    Index

    Properties

    userId: string
    email: string
    name?: string
    role: UserRole
    createdAt: string