ValidateEntityResponse
Home > @backstage/catalog-client
> ValidateEntityResponse
The response type for CatalogClient.validateEntity()
Signature:
export type ValidateEntityResponse = {
valid: true;
} | {
valid: false;
errors: SerializedError[];
};
References: SerializedError