Interface: ExportResponse
Defined in: sdk/src/types.ts:916
Properties
Section titled “Properties”| Property | Type | Defined in |
|---|---|---|
exportId | string | sdk/src/types.ts:917 |
format | ExportFormat | sdk/src/types.ts:918 |
dateRange | { from: string; to: string; } | sdk/src/types.ts:919 |
dateRange.from | string | sdk/src/types.ts:919 |
dateRange.to | string | sdk/src/types.ts:919 |
status | ExportStatus | sdk/src/types.ts:920 |
progress | number | sdk/src/types.ts:921 |
totalRows | number | null | sdk/src/types.ts:922 |
fileSize | number | null | sdk/src/types.ts:923 |
downloadUrl | string | null | sdk/src/types.ts:924 |
createdAt | string | sdk/src/types.ts:925 |
completedAt | string | null | sdk/src/types.ts:926 |
error? | string | null | sdk/src/types.ts:927 |