Interface: AttachmentMetaLike
Defined in: types.ts:88
The BlobMeta fields a capture field fills in (spine §7, docs/09 §4.2).
Properties
bytes
bytes: number;
Defined in: types.ts:91
field
field: string;
Defined in: types.ts:89
mime
mime: string;
Defined in: types.ts:90
sha256
sha256: string;
Defined in: types.ts:92
status?
optional status?: AttachmentStatusLike;
Defined in: types.ts:94
submissionId
submissionId: string;
Defined in: types.ts:93