interface SyncResponse {
    synced: boolean;
    errorMessage: string;
    statusCode: string;
    resultObj: any;
    errorList: any;
}
