fix(cicd-statistics): Don't export branchTypes, it's not very useful
Signed-off-by: Gustaf Räntilä <g.rantila@gmail.com>
This commit is contained in:
@@ -52,7 +52,6 @@ export const statusTypes: Array<FilterStatusType> = [
|
||||
* which is then up to the Api to map accordingly.
|
||||
*/
|
||||
export type FilterBranchType = 'master' | 'branch';
|
||||
export const branchTypes: Array<FilterBranchType> = ['master', 'branch'];
|
||||
|
||||
/**
|
||||
* A Stage is a part of either a Build or a parent Stage.
|
||||
|
||||
Reference in New Issue
Block a user