@juki-team/commons - v0.1.10
    Preparing search index...

    Interface EntityLogChanges

    interface EntityLogChanges {
        key: string;
        oldValue?: any;
        path: string;
        type: LogOperation;
        value?: any;
        valueType: string | null;
    }
    Index

    Properties

    key: string
    oldValue?: any
    path: string
    value?: any
    valueType: string | null