Preparing search index...
The search index is not available
@coopenomics/sdk
@coopenomics/sdk
Mutations
Reports
MarkReportPeriod
IInput
Interface IInput
interface
IInput
{
data
:
{
mark
?:
null
|
ReportSubmissionMark
;
period
?:
null
|
number
;
reportType
:
ReportType
;
year
:
number
;
}
;
[
key
:
string
]
:
unknown
;
}
Indexable
[
key:
string
]:
unknown
Index
Properties
data
Properties
data
data
:
{
mark
?:
null
|
ReportSubmissionMark
;
period
?:
null
|
number
;
reportType
:
ReportType
;
year
:
number
;
}
Type declaration
Optional
mark
?:
null
|
ReportSubmissionMark
Optional
period
?:
null
|
number
report
Type
:
ReportType
year
:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
data
@coopenomics/sdk
Loading...