type alias MethodKindimport { type MethodKind } from "https://deno.land/x/live@1.60.22/deps.ts"; definition: "method" | "getter" | "setter"