Member Junction
    Preparing search index...

    Type Alias FieldChange

    Represents a single field change in the DiffObjects comparison result

    type FieldChange = {
        field: string;
        newValue: unknown;
        oldValue: unknown;
    }
    Index

    Properties

    field: string
    newValue: unknown
    oldValue: unknown