copy changes to notes/edit.ts
This commit is contained in:
parent
e37c2611f7
commit
fffa6c97fe
2 changed files with 4 additions and 6 deletions
|
|
@ -31,13 +31,11 @@ export const meta = {
|
|||
|
||||
res: {
|
||||
type: 'object',
|
||||
optional: false,
|
||||
nullable: false,
|
||||
optional: false, nullable: false,
|
||||
properties: {
|
||||
createdNote: {
|
||||
type: 'object',
|
||||
optional: false,
|
||||
nullable: false,
|
||||
optional: false, nullable: false,
|
||||
ref: 'Note',
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue