videosphere
    Preparing search index...

    Interface ListUsersResult

    Defines the shape of list users result.

    interface ListUsersResult {
        users: AdminListUser[];
        total: number;
    }
    Index

    Properties

    Properties

    users: AdminListUser[]
    total: number