define items in full Schema
This commit is contained in:
parent
02dbdc54c3
commit
714f9f2032
|
@ -48,6 +48,7 @@ export const refs = {
|
||||||
};
|
};
|
||||||
|
|
||||||
export interface Schema extends SimpleSchema {
|
export interface Schema extends SimpleSchema {
|
||||||
|
items?: Schema;
|
||||||
properties?: Obj;
|
properties?: Obj;
|
||||||
ref?: keyof typeof refs;
|
ref?: keyof typeof refs;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue