@cpod/sdk - v0.2.7
Preparing search index...
CompanyLicense
Interface CompanyLicense
Company license
interface
CompanyLicense
{
id
:
string
;
type
:
string
;
status
:
"active"
|
"expired"
|
"suspended"
;
valid_from
:
string
;
valid_until
:
string
;
features
?:
string
[]
;
limits
?:
Record
<
string
,
number
>
;
}
Index
Properties
id
type
status
valid_
from
valid_
until
features?
limits?
Properties
id
id
:
string
type
type
:
string
status
status
:
"active"
|
"expired"
|
"suspended"
valid_
from
valid_from
:
string
valid_
until
valid_until
:
string
Optional
features
features
?:
string
[]
Optional
limits
limits
?:
Record
<
string
,
number
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
type
status
valid_
from
valid_
until
features
limits
@cpod/sdk - v0.2.7
Loading...
Company license