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