@cpod/sdk - v0.2.7
Preparing search index...
Company
Interface Company
Company information
interface
Company
{
id
:
string
;
name
:
string
;
logo
?:
string
|
null
;
description
?:
string
;
existing_frameworks
?:
{
value
:
string
;
label
:
string
;
selected
:
boolean
}
[]
;
saved_frameworks
?:
unknown
[]
;
system_experts_mapping
?:
{
expert_name
:
string
;
uuid
:
string
;
type
:
string
;
}
[]
;
created_at
?:
string
;
updated_at
?:
string
;
settings
?:
Record
<
string
,
unknown
>
;
}
Index
Properties
id
name
logo?
description?
existing_
frameworks?
saved_
frameworks?
system_
experts_
mapping?
created_
at?
updated_
at?
settings?
Properties
id
id
:
string
name
name
:
string
Optional
logo
logo
?:
string
|
null
Optional
description
description
?:
string
Optional
existing_
frameworks
existing_frameworks
?:
{
value
:
string
;
label
:
string
;
selected
:
boolean
}
[]
Optional
saved_
frameworks
saved_frameworks
?:
unknown
[]
Optional
system_
experts_
mapping
system_experts_mapping
?:
{
expert_name
:
string
;
uuid
:
string
;
type
:
string
}
[]
Optional
created_
at
created_at
?:
string
Optional
updated_
at
updated_at
?:
string
Optional
settings
settings
?:
Record
<
string
,
unknown
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
name
logo
description
existing_
frameworks
saved_
frameworks
system_
experts_
mapping
created_
at
updated_
at
settings
@cpod/sdk - v0.2.7
Loading...
Company information