fix: 欠けていた型を追加

This commit is contained in:
yukineko
2024-01-03 19:12:29 +09:00
parent 12fcc1c4a4
commit 6e99fd5224
6 changed files with 21 additions and 13 deletions

View File

@@ -118,6 +118,10 @@ export const packedNoteSchema = {
type: 'object',
optional: true, nullable: true,
},
emojis: {
type: 'object',
optional: true, nullable: false,
},
channelId: {
type: 'string',
optional: true, nullable: true,