Skip to main content
Module

x/appwrite/mod.ts>Models.Team

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

Team

definition: { $id: string; $createdAt: string; $updatedAt: string; name: string; total: number; }