@dypai-ai/client-sdk - v1.13.0
DYPAI
GitHub
Preparing search index...
modules/users/types
SignupLink
Interface SignupLink
interface
SignupLink
{
created_at
:
string
;
expires_at
?:
string
|
null
;
id
:
string
;
max_uses
?:
number
|
null
;
redirect_to
?:
string
|
null
;
revoked_at
?:
string
|
null
;
role
?:
string
|
null
;
token
:
string
;
url
:
string
;
used_count
:
number
;
user_metadata
?:
Record
<
string
,
any
>
;
}
Index
Properties
created_
at
expires_
at?
id
max_
uses?
redirect_
to?
revoked_
at?
role?
token
url
used_
count
user_
metadata?
Properties
created_
at
created_at
:
string
Optional
expires_
at
expires_at
?:
string
|
null
id
id
:
string
Optional
max_
uses
max_uses
?:
number
|
null
Optional
redirect_
to
redirect_to
?:
string
|
null
Optional
revoked_
at
revoked_at
?:
string
|
null
Optional
role
role
?:
string
|
null
token
token
:
string
url
url
:
string
used_
count
used_count
:
number
Optional
user_
metadata
user_metadata
?:
Record
<
string
,
any
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
created_
at
expires_
at
id
max_
uses
redirect_
to
revoked_
at
role
token
url
used_
count
user_
metadata
DYPAI
GitHub
@dypai-ai/client-sdk - v1.13.0
Loading...