AddLocationRequest
Home > @backstage/catalog-client > AddLocationRequest
The request type for CatalogClient.addLocation().
Signature:
export type AddLocationRequest = {
    type?: string;
    target: string;
    dryRun?: boolean;
};
Home > @backstage/catalog-client > AddLocationRequest
The request type for CatalogClient.addLocation().
Signature:
export type AddLocationRequest = {
    type?: string;
    target: string;
    dryRun?: boolean;
};