import type { WebAPICallResult } from '../../WebClient'; export type AdminAppsApproveResponse = WebAPICallResult & { error?: string; needed?: string; ok?: boolean; provided?: string; warning?: string; }; //# sourceMappingURL=AdminAppsApproveResponse.d.ts.map