mobx-keystone
    Preparing search index...

    Interface SnapshotTypeMismatchErrorData

    interface SnapshotTypeMismatchErrorData {
        actualValue: any;
        expectedTypeName: string;
        modelTrail?: readonly string[];
        path?: Path;
    }
    Index

    Properties

    actualValue: any
    expectedTypeName: string
    modelTrail?: readonly string[]
    path?: Path