export interface GetBuildByKey {
  /** The `pipelineId` of the build. */
  pipelineId: string;
  /** The `buildNumber` of the build. */
  buildNumber: number;
}
