refactor: remove comments

This commit is contained in:
Mauricio Siu
2024-05-18 03:08:30 -06:00
parent d52f66a716
commit 5a70e616e6
2 changed files with 1 additions and 29 deletions

View File

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