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