Merge remote-tracking branch 'misskey-dev/develop' into io

This commit is contained in:
まっちゃとーにゅ 2024-02-06 23:53:10 +09:00
commit 52cee46ef6
No known key found for this signature in database
GPG key ID: 143DE582A97FE052
39 changed files with 313 additions and 119 deletions

View file

@ -1,7 +1,3 @@
/*
* version: 2024.2.0-io
*/
import { operations } from './types.js';
export type EmptyRequest = Record<string, unknown> | undefined;