UNPKG

slack-web-api-client

Version:
8 lines 255 B
import type { SlackAPIResponse } from "../response"; export type AdminAppsConfigSetResponse = SlackAPIResponse & { error?: string; needed?: string; ok: boolean; provided?: string; }; //# sourceMappingURL=AdminAppsConfigSetResponse.d.ts.map