Skip to main content
Module

x/appwrite/mod.ts>Models.Deployment

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

Deployment

definition: { $id: string; $createdAt: string; $updatedAt: string; resourceId: string; resourceType: string; entrypoint: string; size: number; buildId: string; activate: boolean; status: string; buildStdout: string; buildStderr: string; buildTime: number; }