fix(scaffolder): typefixes

This commit is contained in:
Ivan Shmidt
2020-07-01 19:15:06 +02:00
parent 34399824a6
commit 227a4af561
10 changed files with 240 additions and 39 deletions
+1 -1
View File
@@ -18,5 +18,5 @@ export * from './entity';
export { EntityPolicies } from './EntityPolicies';
export * from './kinds';
export * from './location';
export type { EntityPolicy } from './types';
export type { EntityPolicy, JSONSchema } from './types';
export * from './validation';