import { type Models } from "https://deno.land/x/appwrite@5.0.1/src/models.d.ts";
const { DeploymentList } = Models;
Deployments List
definition: { total: number; deployments: Deployment[]; }
import { type Models } from "https://deno.land/x/appwrite@5.0.1/src/models.d.ts";
const { DeploymentList } = Models;
Deployments List