export default function watch({ type, data, callback, }: { type: string data: any callback: () => void }) {}