CheckpointPage: {
    data: Checkpoint[];
    hasNextPage: boolean;
    nextCursor: string | null;
}

Type declaration

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