Skip to main content
Module

x/openai/uploads.ts>BlobPart

Deno build of the official Typescript library for the OpenAI API.
Extremely Popular
Go to Latest
type alias BlobPart
import { type BlobPart } from "https://deno.land/x/openai@v4.40.0/uploads.ts";
definition:
| string
| ArrayBuffer
| ArrayBufferView
| Blob
| Uint8Array