Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/appwrite/mod.ts>Models.Execution

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

Execution

definition: { $id: string; $read: string[]; functionId: string; dateCreated: number; trigger: string; status: string; statusCode: number; response: string; stderr: string; time: number; }