UNPKG

@tdallau/nativescript

Version:

some helper functions for nativescript

13 lines (12 loc) 252 B
export declare type RequestHistory = { url: string; requestHeaders?: any; requestBody?: any; response: { body?: any; headers?: any; statusCode: number; success: boolean; }; timePassed: number; };