1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-03 05:36:16 +02:00

Merge remote-tracking branch 'upstream/develop' into refactor-frontend-types

This commit is contained in:
yukineko
2024-01-08 15:12:37 +09:00
146 changed files with 3304 additions and 846 deletions

View File

@@ -2558,7 +2558,7 @@ type QueueStats = {
};
// @public (undocumented)
type QueueStatsLog = string[];
type QueueStatsLog = QueueStats[];
// @public (undocumented)
type RenoteMuteCreateRequest = operations['renote-mute/create']['requestBody']['content']['application/json'];
@@ -2632,7 +2632,7 @@ type ServerStats = {
};
// @public (undocumented)
type ServerStatsLog = string[];
type ServerStatsLog = ServerStats[];
// @public (undocumented)
type Signin = components['schemas']['Signin'];