import { LABEL_RATE_TYPE } from 'data/constants'; import { RecordValues } from './helpers'; export type LabelRateType = RecordValues< typeof LABEL_RATE_TYPE >;