export interface IBreakPoint {
    recordTypeId: string;
    occurence: number;
}
