UNPKG

togezr

Version:

Better together_

4 lines 523 B
import { IConnectorData } from '../../interfaces/IConnectorData'; export declare const registerTheBranchAndAskToSwitch: (repoId: string, branchName: string, connectorsData: IConnectorData[], isShouldSwitchBranch: boolean, isReadOnly: boolean, fromBranch?: string | undefined) => Promise<void>; export declare const startRegisteringTheBranch: (repoId: string, branchName: string, fromBranch?: string | undefined, isShouldSwitchBranch?: boolean) => Promise<void>; //# sourceMappingURL=registerTheBranchAndAskToSwitch.d.ts.map