SelectItem
Home > @backstage/core-components > SelectItem
Signature:
export type SelectItem = {
label: string;
value: string | number;
};
Home > @backstage/core-components > SelectItem
Signature:
export type SelectItem = {
label: string;
value: string | number;
};