class CustomType
implements ICustomType
import { CustomType } from "https://deno.land/x/deno_slack_sdk@2.7.0/types/mod.ts";
Constructors
new
CustomType(definition: Def)Type Parameters
Props extends TypedObjectProperties
RequiredProps extends TypedObjectRequiredProperties<Props>
Def extends CustomTypeDefinition<Props, RequiredProps>