mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-23 17:31:11 +01:00
6 lines
374 B
Go
6 lines
374 B
Go
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;
|