define items in full Schema
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user