Interface: OrgCreatableInterface
Extends
Pick
<OrgInterface
,"name"
|"owner"
>.Partial
<Pick
<OrgInterface
,"active"
>>
Properties
Property | Type | Description | Inherited from |
---|---|---|---|
active? | boolean | - | Partial.active |
name | string | Name | Pick.name |
owner | ReferenceIdInterface <string > | Org Owner | Pick.owner |