export type Difference = {
    path?: string;
    source?: any;
    target?: any;
    message?: string;
    [key: string]: any;
};
