UNPKG

289 BTypeScriptView Raw
1import { WebAPICallResult } from '../../WebClient';
2export type AdminAppsClearResolutionResponse = WebAPICallResult & {
3 error?: string;
4 needed?: string;
5 ok?: boolean;
6 provided?: string;
7 warning?: string;
8};
9//# sourceMappingURL=AdminAppsClearResolutionResponse.d.ts.map
\No newline at end of file