UNPKG

314 BTypeScriptView Raw
1import { WebAPICallResult } from '../../WebClient';
2export type ApiTestResponse = WebAPICallResult & {
3 args?: Args;
4 error?: string;
5 needed?: string;
6 ok?: boolean;
7 provided?: string;
8};
9export interface Args {
10 error?: string;
11 foo?: string;
12}
13//# sourceMappingURL=ApiTestResponse.d.ts.map
\No newline at end of file