Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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@2.0.2/mod.ts";
const { Team } = Models;

Team

definition: { $id: string; name: string; dateCreated: number; sum: number; }