Merge branch 'expand-schema' into stream-types

This commit is contained in:
tamaina 2021-09-07 03:48:08 +09:00
commit 9fc59a7b2f
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;
}