lemmy-js-client
    Preparing search index...

    Type Alias ListPersons

    type ListPersons = {
        limit?: number;
        page_cursor?: PaginationCursor;
        search_term?: string;
        search_title_only?: boolean;
        sort?: PersonSortType;
        type_?: PersonListingType;
    }
    Index

    Properties

    limit?: number
    page_cursor?: PaginationCursor
    search_term?: string
    search_title_only?: boolean