videosphere
Preparing search index...
lib/models/InviteToken
InviteTokenDocument
Interface InviteTokenDocument
Raw MongoDB document shape for the
invites
collection.
interface
InviteTokenDocument
{
_id
:
string
;
token
:
string
;
purpose
:
InviteTokenPurpose
;
grantedRole
?:
InviteGrantedRole
;
createdBy
?:
string
;
createdAt
:
Date
;
expiresAt
?:
Date
;
usedAt
?:
Date
;
usedBy
?:
string
;
updatedAt
:
Date
;
}
Index
Properties
_
id
token
purpose
granted
Role?
created
By?
created
At
expires
At?
used
At?
used
By?
updated
At
Properties
_
id
_id
:
string
token
token
:
string
purpose
purpose
:
InviteTokenPurpose
Optional
granted
Role
grantedRole
?:
InviteGrantedRole
Optional
created
By
createdBy
?:
string
created
At
createdAt
:
Date
Optional
expires
At
expiresAt
?:
Date
Optional
used
At
usedAt
?:
Date
Optional
used
By
usedBy
?:
string
updated
At
updatedAt
:
Date
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_
id
token
purpose
granted
Role
created
By
created
At
expires
At
used
At
used
By
updated
At
videosphere
Loading...
Raw MongoDB document shape for the
invitescollection.