videosphere
Preparing search index...
app/api/admin/users/[userId]/route
AdminUserMutationRow
Interface AdminUserMutationRow
Defines one user row returned by admin user mutation endpoints.
interface
AdminUserMutationRow
{
userId
:
string
;
email
:
string
;
name
?:
string
;
role
:
UserRole
;
createdAt
:
string
;
}
Index
Properties
user
Id
email
name?
role
created
At
Properties
user
Id
userId
:
string
email
email
:
string
Optional
name
name
?:
string
role
role
:
UserRole
created
At
createdAt
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
user
Id
email
name
role
created
At
videosphere
Loading...
Defines one user row returned by admin user mutation endpoints.