mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-27 17:50:53 +01:00
6 lines
374 B
TypeScript
6 lines
374 B
TypeScript
export declare const getRequestBaseUrl: () => string;
|
|
export declare const getRequestBaseUrlWs: () => string;
|
|
export declare const getEmptyResponseWithListData: <T = any>() => ResponseWithListData<T>;
|
|
export declare const downloadURI: (uri: string, name: string) => void;
|
|
export declare const downloadData: (data: string | ArrayBuffer, name: string, type?: string) => void;
|