type Controller = { zoomIn?: () => void; zoomOut?: () => void; resetView?: () => void; }; export const graphController: Controller = {};