export interface IBuildBranchNameParameters {
    branchPattern: string;
    placeholderValues: Record<string, string>;
}
