update api report

Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
Johan Haals
2022-03-01 13:47:25 +01:00
parent 862e416239
commit b19061a547
-1
View File
@@ -347,7 +347,6 @@ export type CatalogProcessorParser = (options: {
export type CatalogProcessorRelationResult = {
type: 'relation';
relation: EntityRelationSpec;
entityRef?: string;
};
// @public (undocumented)