MCPcopy
hub / github.com/slackapi/bolt-js / FunctionCompleteArguments

Interface FunctionCompleteArguments

src/CustomFunction.ts:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11
12// TODO: move this type to src/context/create-function-complete.ts
13interface FunctionCompleteArguments {
14 // biome-ignore lint/suspicious/noExplicitAny: TODO: could probably improve custom function parameter shapes - deno-slack-sdk has a bunch of this stuff we should move to slack/types
15 outputs?: Record<string, any>;
16}
17// TODO: move this type to src/context/create-function-complete.ts
18export type FunctionCompleteFn = {
19 (params?: FunctionCompleteArguments): Promise<FunctionsCompleteSuccessResponse>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected