Preparing search index...
The search index is not available
lib.reviews
lib.reviews
models/manifests/invite-link
InviteLinkStaticMethodsMap
Type Alias InviteLinkStaticMethodsMap
InviteLinkStaticMethodsMap
:
{
get
(
id
:
string
)
:
Promise
<
InviteLinkInstance
>
;
getAccountRequestLinks
(
user
:
{
id
?:
string
}
,
)
:
Promise
<
InviteLinkInstance
[]
>
;
getAvailable
(
user
:
{
id
?:
string
}
)
:
Promise
<
InviteLinkInstance
[]
>
;
getUsed
(
user
:
{
id
?:
string
}
)
:
Promise
<
InviteLinkInstance
[]
>
;
}
Type declaration
get
:
function
get
(
id
:
string
)
:
Promise
<
InviteLinkInstance
>
Parameters
id
:
string
Returns
Promise
<
InviteLinkInstance
>
getAccountRequestLinks
:
function
getAccountRequestLinks
(
user
:
{
id
?:
string
}
)
:
Promise
<
InviteLinkInstance
[]
>
Parameters
user
:
{
id
?:
string
}
Returns
Promise
<
InviteLinkInstance
[]
>
getAvailable
:
function
getAvailable
(
user
:
{
id
?:
string
}
)
:
Promise
<
InviteLinkInstance
[]
>
Parameters
user
:
{
id
?:
string
}
Returns
Promise
<
InviteLinkInstance
[]
>
getUsed
:
function
getUsed
(
user
:
{
id
?:
string
}
)
:
Promise
<
InviteLinkInstance
[]
>
Parameters
user
:
{
id
?:
string
}
Returns
Promise
<
InviteLinkInstance
[]
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
lib.reviews
Loading...