chore: remove TODO comments and clean up code annotations

This commit is contained in:
Mauricio Siu
2025-03-01 22:21:03 -06:00
parent 13eccaf8d9
commit c51d63a4df
5 changed files with 0 additions and 11 deletions

View File

@@ -44,7 +44,6 @@ export const buildType = pgEnum("buildType", [
"static",
]);
// TODO: refactor this types
export interface HealthCheckSwarm {
Test?: string[] | undefined;
Interval?: number | undefined;