Documentation / @zerotal/admin / index / ImportRecordsPayload
Interface: ImportRecordsPayload
Defined in: admin/src/actions/ImportRecordsJob.ts:29
What the job needs to do its work, once it is pulled off the queue.
Properties
panelId
panelId:
string
Defined in: admin/src/actions/ImportRecordsJob.ts:30
slug
slug:
string
Defined in: admin/src/actions/ImportRecordsJob.ts:31
csv
csv:
string
Defined in: admin/src/actions/ImportRecordsJob.ts:32
mapping?
optionalmapping?:Record<number,string>
Defined in: admin/src/actions/ImportRecordsJob.ts:33