Skip to main content
Module

x/appwrite/mod.ts>Models.ExecutionList

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

Executions List

definition: { total: number; executions: Execution[]; }