define items in full Schema

This commit is contained in:
tamaina 2021-09-07 03:47:50 +09:00
parent 02dbdc54c3
commit 714f9f2032
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ export const refs = {
};
export interface Schema extends SimpleSchema {
items?: Schema;
properties?: Obj;
ref?: keyof typeof refs;
}