import { type Models } from "https://deno.land/x/appwrite@5.0.1/src/models.d.ts";
const { Collection } = Models;
Collection
definition: { $id: string; $createdAt: number; $updatedAt: number; $read: string[]; $write: string[]; databaseId: string; name: string; enabled: boolean; permission: string; attributes: (
)[]; indexes: Index[]; }