videosphere
Preparing search index...
app/api/admin/invites/route
AdminInviteRow
Interface AdminInviteRow
Defines one invite row returned by the admin invite listing endpoint.
interface
AdminInviteRow
{
token
:
string
;
grantedRole
:
"admin"
|
"user"
;
createdBy
?:
string
;
createdAt
:
string
;
expiresAt
?:
string
;
}
Index
Properties
token
granted
Role
created
By?
created
At
expires
At?
Properties
token
token
:
string
granted
Role
grantedRole
:
"admin"
|
"user"
Optional
created
By
createdBy
?:
string
created
At
createdAt
:
string
Optional
expires
At
expiresAt
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
token
granted
Role
created
By
created
At
expires
At
videosphere
Loading...
Defines one invite row returned by the admin invite listing endpoint.