type alias Models.Functionimport { type Models } from "https://deno.land/x/appwrite@5.0.1/src/models.d.ts"; const { Function } = Models; Function definition: { $id: string; $createdAt: number; $updatedAt: number; execute: string[]; name: string; status: string; runtime: string; deployment: string; vars: object; events: string[]; schedule: string; scheduleNext: number; schedulePrevious: number; timeout: number; }