// SPDX-License-Identifier: Apache-2.0

export class BuildNodeImagesResponse {
  public constructor(protected readonly _rawOutput: string) {}
}
