UNPKG

slack-web-api-client

Version:
10 lines 297 B
import type { SlackAPIResponse } from "../response"; export type ChatGetPermalinkResponse = SlackAPIResponse & { channel?: string; error?: string; needed?: string; ok: boolean; permalink?: string; provided?: string; }; //# sourceMappingURL=ChatGetPermalinkResponse.d.ts.map