interface ILabelValueNumber { value: number; label: string; } interface IWithIsCategory { isCategory?: boolean; }