@coopenomics/sdk
Preparing search index...
Mutations
Capital
CreateCycle
IInput
Interface IInput
interface
IInput
{
data
:
{
end_date
:
string
;
name
:
string
;
start_date
:
string
;
status
?:
CycleStatus
|
null
;
}
;
}
Index
Properties
data
Properties
data
data
:
{
end_date
:
string
;
name
:
string
;
start_date
:
string
;
status
?:
CycleStatus
|
null
;
}
Type Declaration
end_date
:
string
Дата окончания цикла (ISO 8601)
name
:
string
Название цикла
start_date
:
string
Дата начала цикла (ISO 8601)
Optional
status
?:
CycleStatus
|
null
Статус цикла
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
@coopenomics/sdk
Loading...
Дата окончания цикла (ISO 8601)