Remove extra definition of EntityRow from catalog-model

Signed-off-by: Heather Lee <heatherl@splunk.com>
This commit is contained in:
Heather Lee
2021-05-05 16:09:26 -07:00
parent 6c5af91993
commit d7ef50d964
+1 -1
View File
@@ -18,5 +18,5 @@ export * from './entity';
export { EntityPolicies } from './EntityPolicies';
export * from './kinds';
export * from './location';
export type { EntityName, EntityRef, JSONSchema, EntityRow } from './types';
export type { EntityName, EntityRef, JSONSchema } from './types';
export * from './validation';