blob: 22a29ac2d37c426860201e984db5f8494d23e393 [file] [log] [blame]
/**
* Enum mapping from several works over to baseline/working for api and browser url purposes
*/
export enum BranchType {
baseline = "baseline",
BaseLine = "baseline",
Baseline = "baseline",
productline = "baseline",
ProductLine = "baseline",
Productline = "baseline",
working = "working"
}