wip
This commit is contained in:
parent
34edf950ff
commit
d328a8cefc
1 changed files with 4 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue