Function initIoService

  • Returns Service<{
        downloadFiles: {
            config: {
                download: boolean;
            };
            url: {
                method: string;
                path: string;
                timeout: number;
            };
        };
    }>