@aleph-sdk/monorepo
    Preparing search index...

    Type Alias CursorPostsResponse<T>

    type CursorPostsResponse<T> = {
        next_cursor: string | null;
        pagination_per_page: number;
        posts: PostResponse<T>[];
    }

    Type Parameters

    • T
    Index

    Properties

    next_cursor: string | null
    pagination_per_page: number
    posts: PostResponse<T>[]