core3-utils

@wixc3/mostly-equal on Github

Home > @wixc3/mostly-equal > ExpandedValues

ExpandedValues type

Signature:

export type ExpandedValues<T> = Array<{
    value: T | undefined;
    path: LookupPath;
    fieldDefinedInParent: boolean;
}>;

References: LookupPath