Ashutosh1975270's picture
feat: complete frontend and backend integration and security configurations
3786a3f
Raw
History Blame Contribute Delete
144 Bytes
type Controller = {
zoomIn?: () => void;
zoomOut?: () => void;
resetView?: () => void;
};
export const graphController: Controller = {};