Interface ReportData

Hierarchy

  • ReportData

Properties

data: {
    [key: string]: string;
}[]

Type declaration

  • [key: string]: string
hasNext: boolean
hasPrevious: boolean
headers: ReportColumnDefinitions[]
pageNumber: number
resultSize: number
totalPages: number
totalSize: number

Generated using TypeDoc