Skip to main content

Attachment

@forge/monorepo


@forge/monorepo / backend/src / Attachment

Type Alias: Attachment

Attachment = object

Defined in: backend/src/toolkit/mime.ts:73

Properties

contentBase64

readonly contentBase64: string

Defined in: backend/src/toolkit/mime.ts:77

Base64. The caller encodes, because the bytes may never have been a string.


contentType

readonly contentType: string

Defined in: backend/src/toolkit/mime.ts:75


filename

readonly filename: string

Defined in: backend/src/toolkit/mime.ts:74