lemmy-js-client
    Preparing search index...

    Type Alias ListPersonRead

    Gets your read posts.

    type ListPersonRead = {
        limit?: number;
        page_back?: boolean;
        page_cursor?: PaginationCursor;
    }
    Index

    Properties

    limit?: number
    page_back?: boolean
    page_cursor?: PaginationCursor