fix: 欠けていた型を追加
This commit is contained in:
parent
12fcc1c4a4
commit
6e99fd5224
6 changed files with 21 additions and 13 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue