videosphere
Preparing search index...
app/api/admin/invites/route
CreateAdminInviteResponse
Interface CreateAdminInviteResponse
Defines the admin invite creation payload.
interface
CreateAdminInviteResponse
{
token
:
string
;
inviteUrl
:
string
;
expiresAt
?:
string
;
}
Index
Properties
token
invite
Url
expires
At?
Properties
token
token
:
string
invite
Url
inviteUrl
:
string
Optional
expires
At
expiresAt
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
token
invite
Url
expires
At
videosphere
Loading...
Defines the admin invite creation payload.