Type alias UsageHistoryFragment

UsageHistoryFragment: { __typename?: "UsageHistory"; endDate?: any | null; groups?: { __typename?: "GroupUsageHistory"; groupInfo: { __typename?: "GroupInfo"; key: string; value: string }[]; usageMeasurements: { __typename?: "UsageMeasurementPoint"; date: any; isResetPoint: boolean; value: number }[] }[] | null; markers: { __typename?: "UsageMarker"; timestamp: any; type: UsageMarkerType }[]; startDate: any; usageMeasurements: { __typename?: "UsageMeasurementPoint"; date: any; isResetPoint: boolean; value: number }[] }

Type declaration

  • Optional __typename?: "UsageHistory"
  • Optional endDate?: any | null
  • Optional groups?: { __typename?: "GroupUsageHistory"; groupInfo: { __typename?: "GroupInfo"; key: string; value: string }[]; usageMeasurements: { __typename?: "UsageMeasurementPoint"; date: any; isResetPoint: boolean; value: number }[] }[] | null
  • markers: { __typename?: "UsageMarker"; timestamp: any; type: UsageMarkerType }[]
  • startDate: any
  • usageMeasurements: { __typename?: "UsageMeasurementPoint"; date: any; isResetPoint: boolean; value: number }[]