Skip to main content

Interface: Attachment

Defined in: packages/core/src/types.ts:333

Properties

bytes

bytes: number;

Defined in: packages/core/src/types.ts:337


field

field: string;

Defined in: packages/core/src/types.ts:335


id

id: string;

Defined in: packages/core/src/types.ts:334


localUri?

optional localUri?: string;

Defined in: packages/core/src/types.ts:339


mime

mime: string;

Defined in: packages/core/src/types.ts:336


remoteId

remoteId: string | null;

Defined in: packages/core/src/types.ts:340


sha256

sha256: string;

Defined in: packages/core/src/types.ts:338


status

status: AttachmentStatus;

Defined in: packages/core/src/types.ts:341