This commit is contained in:
tamaina 2023-05-10 14:21:54 +00:00
parent 34edf950ff
commit d328a8cefc

View file

@ -30,6 +30,10 @@ export const packedChannelSchema = {
format: 'url',
nullable: true, optional: false,
},
isArchived: {
type: 'boolean',
optional: false, nullable: false,
},
notesCount: {
type: 'number',
nullable: false, optional: false,