feat(notification): add option to convert metric units in request body (#147)

* feat(notification): add option to convert metric units in request body

* rename fields

* add prettierignore

* chore: auto-fix linting and formatting issues
This commit is contained in:
UUBulb
2026-01-10 17:27:13 +08:00
committed by GitHub
parent 13c78a8302
commit f1e4ff8fb9
12 changed files with 44 additions and 11 deletions
+1
View File
@@ -389,6 +389,7 @@ export interface ModelNotification {
updated_at: string
url: string
verify_tls: boolean
format_metric_units: boolean
}
export interface ModelNotificationForm {