import { type CustomTypeParameterDefinition } from "https://deno.land/x/deno_slack_sdk@1.1.1/parameters/types.ts";
definition: Omit<BaseParameterDefinition<AllValues>, "type"> & { type: ICustomType; }
import { type CustomTypeParameterDefinition } from "https://deno.land/x/deno_slack_sdk@1.1.1/parameters/types.ts";