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

x/appwrite/src/models.d.ts>Models.Team

[READ-ONLY] Official Appwrite Deno SDK 🦕
Latest
type alias Models.Team
import { type Models } from "https://deno.land/x/appwrite@11.0.0/src/models.d.ts";
const { Team } = Models;

Team

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