@webitel/api-services
Preparing search index...
_models/apiLicenseUser.zod
ApiLicenseUser
Interface ApiLicenseUser
interface
ApiLicenseUser
{
expiresAt
?:
string
;
id
?:
string
;
issuedAt
?:
string
;
name
?:
string
;
prod
?:
string
;
scope
?:
string
[]
;
user
?:
ApiObjectId
;
}
Index
Properties
expires
At?
id?
issued
At?
name?
prod?
scope?
user?
Properties
Optional
expires
At
expiresAt
?:
string
Optional
id
id
?:
string
Optional
issued
At
issuedAt
?:
string
Optional
name
name
?:
string
Optional
prod
prod
?:
string
Optional
scope
scope
?:
string
[]
Optional
user
user
?:
ApiObjectId
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
expires
At
id
issued
At
name
prod
scope
user
@webitel/api-services
Loading...