github.com/jfrog/frogbot@v1.1.1-0.20231221090046-821a26f50338/action/node_modules/simple-git/dist/src/lib/tasks/fetch.d.ts (about)

     1  import { FetchResult } from '../../../typings';
     2  import { StringTask } from '../types';
     3  import { EmptyTask } from './task';
     4  export declare function fetchTask(remote: string, branch: string, customArgs: string[]): StringTask<FetchResult> | EmptyTask;