import { Teams } from "https://deno.land/x/appwrite@9.0.0/mod.ts";
Create Team
Create a new team. The user who creates the team will automatically be assigned as the owner of the team. Only the users with the owner role can invite new members, add new owners and delete or update the team.
Type Parameters
Preferences extends Models.Preferences
Returns
Promise<Models.Team<Preferences>>