Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/appwrite/mod.ts>Models.File

[READ-ONLY] Official Appwrite Deno SDK 🦕
Go to Latest
type alias Models.File
import { type Models } from "https://deno.land/x/appwrite@2.0.2/mod.ts";
const { File } = Models;

File

definition: { $id: string; $read: string[]; $write: string[]; name: string; dateCreated: number; signature: string; mimeType: string; sizeOriginal: number; }