videosphere
Preparing search index...
lib/repositories/users
ListUsersResult
Interface ListUsersResult
Defines the shape of list users result.
interface
ListUsersResult
{
users
:
AdminListUser
[]
;
total
:
number
;
}
Index
Properties
users
total
Properties
users
users
:
AdminListUser
[]
total
total
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
users
total
videosphere
Loading...
Defines the shape of list users result.