chore: Fix the build

This commit is contained in:
J H
2024-03-15 13:31:44 -06:00
parent 1a396cfc7b
commit 18a20407f6
4 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,4 @@
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
import type { DependencyKind } from "./DependencyKind";
import type { HealthCheckId } from "./HealthCheckId";
import type { PackageId } from "./PackageId";
export interface DependencyRequirement { id: PackageId, kind: DependencyKind, healthChecks: Array<HealthCheckId>, }
export interface DependencyRequirement { id: string, kind: DependencyKind, healthChecks: string[], }