type alias Resourceimport { type Resource } from "https://dotland.deno.dev/x/wmill@v1.418.0/gen/types.gen.ts"; definition: { workspace_id?: string; path: string; description?: string; resource_type: string; value?: unknown; is_oauth: boolean; extra_perms?: { [key: string]: (boolean); }; created_by?: string; edited_at?: string; }