import { DiariseUnit } from "../enums/diarise-unit"; export interface DiariseOptionModel { label: string; diariseUnit: DiariseUnit; value: number; }