Kind: Type
Source: atloria-monorepo/packages/doc-automation/src/v2/stages/stage-13-upload/upload.types.ts
Image upload function type Takes image buffer and filename, returns CDN URL
Definition
ts(
buffer: Buffer,
filename: string,
mimeType: string
) => Promise<string>
Was this page helpful?