This commit is contained in:
zxr
2026-08-24 22:04:01 +08:00
parent 695755546f
commit fb9c5b9255
4 changed files with 249 additions and 26 deletions

View File

@@ -18,6 +18,10 @@ export interface MessageRecord {
incidentId?: number
alertRecordId?: number
nextRetryAt?: string
occurrenceCount?: number
firstOccurredAt?: string
lastOccurredAt?: string
lastDeliveryId?: number
}
export type MessageListType = MessageRecord[]