mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-30 22:43:57 +02:00
refactor(frontend): widgets/server-metric内の型エラーを除去 (#12937)
This commit is contained in:
@@ -149,7 +149,7 @@ export type ServerStats = {
|
||||
}
|
||||
};
|
||||
|
||||
export type ServerStatsLog = string[];
|
||||
export type ServerStatsLog = ServerStats[];
|
||||
|
||||
export type QueueStats = {
|
||||
deliver: {
|
||||
@@ -166,7 +166,7 @@ export type QueueStats = {
|
||||
};
|
||||
};
|
||||
|
||||
export type QueueStatsLog = string[];
|
||||
export type QueueStatsLog = QueueStats[];
|
||||
|
||||
export type EmojiAdded = {
|
||||
emoji: EmojiDetailed
|
||||
|
||||
Reference in New Issue
Block a user