export interface IZoom { enable: boolean; max: number; min: number; }