UNPKG

mobx-keystone-mindreframer

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) 299 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 {};