chore: Update and fix the things

This commit is contained in:
J H
2024-03-28 10:40:47 -06:00
parent f41f5ebebd
commit 65ca038eee
9 changed files with 15 additions and 20 deletions

View File

@@ -143,13 +143,7 @@ export type Daemon = {
[DaemonProof]: never
}
export type HealthStatus =
| `passing`
| `disabled`
| `starting`
| `warning`
| `failure`
export type HealthStatus = HealthCheckResult["result"]
export type SmtpValue = {
server: string
port: number