export interface IWorkspace {
    width: number;
    height: number;
    zoom: number;
}
