interface ClaimProofsPageInfo {
    hasNextPage: boolean;
    endCursor?: string;
}

Properties

hasNextPage: boolean
endCursor?: string