Documentation / @zerotal/admin / index / ImportResult
Interface: ImportResult
Defined in: admin/src/actions/transfer.ts:116
The outcome of an import, as reported back to the user.
Properties
created
created:
number
Defined in: admin/src/actions/transfer.ts:117
failures
failures:
string[]
Defined in: admin/src/actions/transfer.ts:119
One message per rejected row, already prefixed with its line number.