Kind: Type
Source: atloria-monorepo/packages/doc-automation/src/v2/stages/stage-13-upload/upload.types.ts
Video/asset upload function (D1). Same shape as ImageUploadFn but bound to a video-capable blob path (larger size limit, video MIME allowlist, no sharp optimization). Returns the CDN URL. Falls back to uploadImage when unset.
Definition
ts(
buffer: Buffer,
filename: string,
mimeType: string
) => Promise<string>
Was this page helpful?