MessageBinaryInput
MessageBinaryInput = {
contentType?:string;filename?:string;ref:string; } | {bytes:Uint8Array;contentType?:string;filename?:string; } | {blob:Blob;contentType?:string;filename?:string; }
Defined in: packages/core/src/types/message.ts:34
Type Declaration
섹션 제목: “Type Declaration”{ contentType?: string; filename?: string; ref: string; }
contentType?
섹션 제목: “contentType?”
optionalcontentType:string
filename?
섹션 제목: “filename?”
optionalfilename:string
ref
섹션 제목: “ref”ref:
string
URL or file path (provider-dependent).
{ bytes: Uint8Array; contentType?: string; filename?: string; }
bytes
섹션 제목: “bytes”bytes:
Uint8Array
contentType?
섹션 제목: “contentType?”
optionalcontentType:string
filename?
섹션 제목: “filename?”
optionalfilename:string
{ blob: Blob; contentType?: string; filename?: string; }
blob
섹션 제목: “blob”blob:
Blob
contentType?
섹션 제목: “contentType?”
optionalcontentType:string
filename?
섹션 제목: “filename?”
optionalfilename:string