From b6dd16de53a83c3d9aec3c73ff051dac2e0da633 Mon Sep 17 00:00:00 2001 From: yang <2689991790@qq.com> Date: Tue, 11 Jun 2024 20:21:18 +0800 Subject: [PATCH] format --- ui/src/type/alert.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/type/alert.d.ts b/ui/src/type/alert.d.ts index 8f944010b..a579eee0c 100644 --- a/ui/src/type/alert.d.ts +++ b/ui/src/type/alert.d.ts @@ -24,7 +24,7 @@ declare namespace Alert { value?: string; }[]; endsAt: Dayjs; - rules:string[]; + rules: string[]; id?: string; comment: string; };