AddLocationResponse
Home > @backstage/catalog-client
> AddLocationResponse
The response type for CatalogClient.addLocation().
Signature:
export type AddLocationResponse = {
location: Location;
entities: Entity[];
exists?: boolean;
};