@theredspace/spp-client
Preparing search index...
Company
Interface Company
Account-wide company settings. Supports Read, Modify.
interface
Company
{
addr
?:
Record
<
string
,
any
>
;
created
:
string
;
id
:
string
;
name
:
string
;
notes
?:
string
;
updated
:
string
;
}
Index
Properties
addr?
created
id
name
notes?
updated
Properties
Optional
addr
addr
?:
Record
<
string
,
any
>
created
created
:
string
id
id
:
string
name
name
:
string
Optional
notes
notes
?:
string
updated
updated
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
addr
created
id
name
notes
updated
@theredspace/spp-client
Loading...
Account-wide company settings. Supports Read, Modify.