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