mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-01-14 03:53:52 +01:00
define items in full Schema
This commit is contained in:
parent
02dbdc54c3
commit
714f9f2032
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ export const refs = {
|
|||
};
|
||||
|
||||
export interface Schema extends SimpleSchema {
|
||||
items?: Schema;
|
||||
properties?: Obj;
|
||||
ref?: keyof typeof refs;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue