type alias CreateVariableimport { type CreateVariable } from "https://dotland.deno.dev/x/wmill@v1.418.0/gen/types.gen.ts"; definition: { path: string; value: string; is_secret: boolean; description: string; account?: number; is_oauth?: boolean; expires_at?: string; }