export type StatusLabelTypeT =
  | "primary"
  | "secondary"
  | "tertiary"
  | "quaternary";

export type StatusLabelStatusT =
  | "phase out"
  | "concept"
  | "obsolete"
  | "standart"
  | "tender ready";
