lemmy-js-client
    Preparing search index...

    Type Alias ListPersonHidden

    Gets your hidden posts.

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

    Properties

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