TYPESCRIPT label-rate-type.d.ts
import { LABEL_RATE_TYPE } from 'data/constants';
import { RecordValues } from './helpers';
export type LabelRateType = RecordValues< typeof LABEL_RATE_TYPE >;
import { LABEL_RATE_TYPE } from 'data/constants';
import { RecordValues } from './helpers';
export type LabelRateType = RecordValues< typeof LABEL_RATE_TYPE >;