export interface ResApiInterface<T> { data?: T | T[]; message: string; summary: string; totalRecords?: number; rows?: number; }