fix(cicd-statistics): buildType -> branchType
Signed-off-by: Gustaf Räntilä <g.rantila@gmail.com>
This commit is contained in:
@@ -24,7 +24,7 @@ export const branchTypes: Array<FilterBranchType>;
|
||||
//
|
||||
// @public
|
||||
export interface Build {
|
||||
buildType: FilterBranchType;
|
||||
branchType: FilterBranchType;
|
||||
duration: number;
|
||||
id: string;
|
||||
// (undocumented)
|
||||
|
||||
@@ -86,7 +86,7 @@ export interface Build {
|
||||
status: FilterStatusType;
|
||||
|
||||
/** Branch type */
|
||||
buildType: FilterBranchType;
|
||||
branchType: FilterBranchType;
|
||||
|
||||
/** Time when the build started */
|
||||
requestedAt: Date;
|
||||
|
||||
Reference in New Issue
Block a user