Attachment
@forge/monorepo / backend/src / Attachment
Type Alias: Attachment
Attachment =
object
Defined in: backend/src/toolkit/mime.ts:73
Properties
contentBase64
readonlycontentBase64:string
Defined in: backend/src/toolkit/mime.ts:77
Base64. The caller encodes, because the bytes may never have been a string.
contentType
readonlycontentType:string
Defined in: backend/src/toolkit/mime.ts:75
filename
readonlyfilename:string
Defined in: backend/src/toolkit/mime.ts:74