mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-12-25 09:33:08 +02:00
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