import { type Models } from "https://deno.land/x/appwrite@9.1.0/src/models.d.ts";
const { SessionList } = Models;
Sessions List
definition: { total: number; sessions: Session[]; }
import { type Models } from "https://deno.land/x/appwrite@9.1.0/src/models.d.ts";
const { SessionList } = Models;
Sessions List