Interface ReportPointOfViewFactSheets

interface ReportPointOfViewFactSheets {
    edges: ReportPointOfViewFactSheetEdge[];
    totalCount: number;
}

Properties

Properties

totalCount: number

Generated using TypeDoc