export interface BatchFailureResponseModel {
    errorCode: number;
    errorStatus: string;
    errorMessage: string;
}
