KindValidator
Home > @backstage/catalog-model
> KindValidator
Validates entities of a certain kind.
Signature:
export type KindValidator = {
check(entity: Entity): Promise<boolean>;
};
References: Entity
Home > @backstage/catalog-model
> KindValidator
Validates entities of a certain kind.
Signature:
export type KindValidator = {
check(entity: Entity): Promise<boolean>;
};
References: Entity