UNPKG

@slack/web-api

Version:

Official library for using the Slack Platform's Web API

6 lines 209 B
import type { OptionalArgument } from '../helpers'; export type APITestArguments = OptionalArgument<{ /** @description Error response to return. */ error?: string; }>; //# sourceMappingURL=api.d.ts.map