UNPKG

cookie-pusher

Version:

Cookie-aware HTTP client based on axios and tough-cookie

12 lines (11 loc) 263 B
export interface UiTexts { readonly [path: string]: { readonly [identifier: string]: string; }; } declare const uiTexts: { readonly "/client": { readonly axiosRequestError: "Request connection error"; }; }; export default uiTexts;