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

x/appwrite/mod.ts>Models.TeamList

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

Teams List

definition: { sum: number; teams: Team[]; }