- initIoService(): Service<{
downloadFiles: {
config: {
download: boolean;
};
url: {
method: string;
path: string;
timeout: number;
};
};
}> Returns Service<{
downloadFiles: {
config: {
download: boolean;
};
url: {
method: string;
path: string;
timeout: number;
};
};
}>