zeed
    Preparing search index...

    Interface Difference

    interface Difference {
        path: (string | number)[];
        type: DifferenceType;
        value?: any;
    }
    Index

    Properties

    Properties

    path: (string | number)[]
    value?: any