export class Artifact {
  readonly id: string;
  readonly name: string;

  constructor(artifact: BuildArtifactResponse) {