Improve doc
This commit is contained in:
parent
02e4929a97
commit
b67f3438e9
10 changed files with 133 additions and 6 deletions
|
@ -53,7 +53,14 @@ export const meta = {
|
|||
]),
|
||||
default: 'local'
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
res: {
|
||||
type: 'array',
|
||||
items: {
|
||||
type: 'User',
|
||||
}
|
||||
},
|
||||
};
|
||||
|
||||
const state: any = { // < https://github.com/Microsoft/TypeScript/issues/1863
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue