UNPKG

mobx-keystone

Version:

A MobX powered state management solution based on data trees with first class support for TypeScript, snapshots, patches and much more

9 lines (8 loc) 291 B
import { Path } from '../../parent/pathTypes'; import { ActionCallArgumentSerializer } from './core'; interface ObjectPath { targetPath: Path; targetPathIds: (string | null)[]; } export declare const objectPathSerializer: ActionCallArgumentSerializer<object, ObjectPath>; export {};