mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
lint fix.
This commit is contained in:
parent
79856e29a1
commit
4d31836b93
@ -26,7 +26,7 @@ export interface SystemAdmin {
|
||||
export type SystemLogs = SystemLog[]
|
||||
|
||||
export interface SystemLog {
|
||||
level: "debug" | "info" | "warn" | "error"
|
||||
level: 'debug' | 'info' | 'warn' | 'error'
|
||||
fields: Record<string, string>
|
||||
message: string
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user