Skip to main content
Module

x/openai/uploads.ts>FileLike

Deno build of the official Typescript library for the OpenAI API.
Extremely Popular
Go to Latest
interface FileLike
implements BlobLike
import { type FileLike } from "https://deno.land/x/openai@v4.21.0/uploads.ts";

Intended to match web.File, node.File, node-fetch.File, etc.

Properties

readonly
lastModified: number
readonly
name: string