A single field difference between the file value and the existing type.

type DiffEntry = {
    existing: unknown;
    fromFile: unknown;
}
Index
existing: unknown

Value currently in the tenant.

fromFile: unknown

Value from the import file.