import { type types } from "https://deno.land/x/embassyd_sdk@v0.3.3.0.4/mod.ts";
const { WithDescription } = types;
definition: T & { description?: string; name: string; warning?: string; }
import { type types } from "https://deno.land/x/embassyd_sdk@v0.3.3.0.4/mod.ts";
const { WithDescription } = types;