UNPKG

rhine-var

Version:

Variables that support multi-user collaboration and persistence, making collaboration and variable operations as simple as possible, with strict and well-defined type hints.

8 lines 282 B
import { UndoManagerOptions } from 'yjs/dist/src/utils/UndoManager'; export default interface ProxyOptions { overwrite?: boolean; undoManager?: boolean | UndoManagerOptions; awareness?: boolean; token?: string; } //# sourceMappingURL=proxy-options.interface.d.ts.map