interface MatchDetail {
    differenceKeys: MatchDetailDifferenceKey[];
    extraKeys: string[];
    match: boolean;
    matchStrict: boolean;
    missingKeys: string[];
}

Properties

differenceKeys: MatchDetailDifferenceKey[]
extraKeys: string[]
match: boolean
matchStrict: boolean
missingKeys: string[]