UNPKG

khatavani-client

Version:

The Backend-Api-Integration package simplifies interaction with the backend API by providing a set of CRUD methods for common endpoints. It abstracts away the complexity of making HTTP requests and handling responses, allowing developers to focus on appli

3 lines (2 loc) 132 B
export declare function mergeErrorMessages(responseJson: any): any; export declare const cloneResponse: (res: any) => Promise<any>;