diff --git a/packages/catalog-model/src/index.ts b/packages/catalog-model/src/index.ts index 825e765453..976b5f6148 100644 --- a/packages/catalog-model/src/index.ts +++ b/packages/catalog-model/src/index.ts @@ -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';