EpochMetricsPage: {
    data: EpochMetrics[];
    hasNextPage: boolean;
    nextCursor: string | null;
}

Type declaration

  • data: EpochMetrics[]
  • hasNextPage: boolean
  • nextCursor: string | null