FilterValueWithLabel
Home > @backstage/plugin-search-react > FilterValueWithLabel
Signature:
export type FilterValueWithLabel = {
value: string;
label: string;
};
Home > @backstage/plugin-search-react > FilterValueWithLabel
Signature:
export type FilterValueWithLabel = {
value: string;
label: string;
};