Survey notices for Servers (#3514)

* Survey notices for Servers

* lint

* remove creepy frog
This commit is contained in:
Prospector
2025-04-15 16:29:50 -07:00
committed by GitHub
parent 76be502e16
commit 6aa6db4e8c
5 changed files with 168 additions and 38 deletions

View File

@@ -257,7 +257,7 @@ export type ServerNotice = {
id: number
message: string
title?: string
level: string
level: 'info' | 'warn' | 'critical' | 'survey'
dismissable: boolean
announce_at: string
expires: string