parent
5d94062581
commit
3cb0cc7989
17 changed files with 327 additions and 10 deletions
|
@ -42,6 +42,10 @@ export const packedChannelSchema = {
|
|||
type: 'boolean',
|
||||
optional: true, nullable: false,
|
||||
},
|
||||
isFavorited: {
|
||||
type: 'boolean',
|
||||
optional: true, nullable: false,
|
||||
},
|
||||
userId: {
|
||||
type: 'string',
|
||||
nullable: true, optional: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue