videosphere
Preparing search index...
lib/repositories/invites
CreateInviteTokenInput
Interface CreateInviteTokenInput
Defines options used to create an invitation token.
interface
CreateInviteTokenInput
{
createdBy
:
string
;
expiresAt
?:
Date
;
grantedRole
?:
UserRole
;
}
Index
Properties
created
By
expires
At?
granted
Role?
Properties
created
By
createdBy
:
string
Optional
expires
At
expiresAt
?:
Date
Optional
granted
Role
grantedRole
?:
UserRole
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
created
By
expires
At
granted
Role
videosphere
Loading...
Defines options used to create an invitation token.