Keeta LogoKeeta Logo@keetanetwork/keetanet-client
    Preparing search index...

    Type Alias PaginatedVotes

    A set of votes and a pointer to the next set/page

    type PaginatedVotes = {
        nextKey?: string;
        votes: Vote[];
    }
    Index

    Properties

    Properties

    nextKey?: string
    votes: Vote[]