@slack/web-api
Version:
Official library for using the Slack Platform's Web API
10 lines • 315 B
TypeScript
import type { WebAPICallResult } from '../../WebClient';
export type WorkflowsStepCompletedResponse = WebAPICallResult & {
error?: string;
needed?: string;
ok?: boolean;
provided?: string;
req_method?: string;
warning?: string;
};
//# sourceMappingURL=WorkflowsStepCompletedResponse.d.ts.map