Interface: ParseInstanceResult
Defined in: xform.ts:98
Properties
attachments
attachments: Partial<Attachment>[];
Defined in: xform.ts:110
Attachment stubs: an instance carries only filenames, so field and name
are known and the bytes are fetched separately.
docs/17 §12 spells this Partial<Submission['attachments']>, which types as
a partial array — Partial<Attachment[]> — and is almost certainly a typo
for the array of partial attachments. That is what every caller actually
needs and what is returned here; the deviation from the letter of the
reference is deliberate and is recorded in this package's README.
data
data: Record<string, unknown>;
Defined in: xform.ts:99
warnings
warnings: ImportIssue[];
Defined in: xform.ts:111