import { type ICustomType } from "https://deno.land/x/deno_slack_sdk@2.1.1/types/types.ts";
Type Parameters
optional
Props extends TypedObjectProperties = TypedObjectPropertiesoptional
RequiredProps extends TypedObjectRequiredProperties<Props> = TypedObjectRequiredProperties<Props>Properties
definition: CustomTypeDefinition<Props, RequiredProps>
registerParameterTypes: (manifest: SlackManifest) => void
Methods
export(): ManifestCustomTypeSchema