export interface Records {
    draw: number;
    recordsTotal: number;
    recordsFiltered: number;
}
