import { type ISlackFunctionDefinition } from "https://deno.land/x/deno_slack_sdk@2.11.0/functions/types.ts";
Type Parameters
InputParameters extends ParameterSetDefinition
OutputParameters extends ParameterSetDefinition
RequiredInput extends PossibleParameterKeys<InputParameters>
RequiredOutputs extends PossibleParameterKeys<OutputParameters>
Properties
type: ManifestFunctionType
optional
export: (() => ManifestFunctionSchema) | undefinedoptional
registerParameterTypes: ((manifest: SlackManifest) => void) | undefined