UNPKG

common-core-pkg

Version:

Common package for all the utils

11 lines (10 loc) 227 B
export declare class ResponseDto { success: boolean; message: string; trackerId?: string; chunksAdded?: number; skipped?: boolean; documentsDeleted?: number; data?: any; totalRecords?: number; }