mobx-keystone

    Interface SerializedActionCallArgument

    Serialized action call argument.

    interface SerializedActionCallArgument {
        $mobxKeystoneSerializer: string;
        value: any;
    }
    Index

    Properties

    $mobxKeystoneSerializer: string

    Serializer id.

    value: any

    Serialized value.

    MMNEPVFCICPMFPCPTTAAATR