Remove extra definition of EntityRow from catalog-model
Signed-off-by: Heather Lee <heatherl@splunk.com>
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user