UNPKG

slack-web-api-client

Version:
10 lines 311 B
import type { SlackAPIResponse } from "../response"; export type AppsManifestUpdateResponse = SlackAPIResponse & { app_id?: string; error?: string; needed?: string; ok: boolean; permissions_updated?: boolean; provided?: string; }; //# sourceMappingURL=AppsManifestUpdateResponse.d.ts.map