export interface IdzTimerPlan {
    Active: boolean;
    Name: string;
    idx: number;
}
