@playlive/twitch-charity
    Preparing search index...

    Interface TwitchPaginationMetadata

    Pagination metadata returned by the proxy's donations endpoint. nextPage is null when the caller has consumed every page.

    interface TwitchPaginationMetadata {
        nextPage: number | null;
    }
    Index
    nextPage: number | null