lemmy-js-client
    Preparing search index...

    Type Alias ListPersonSaved

    Gets your saved posts and comments

    type ListPersonSaved = {
        limit?: number;
        page_back?: boolean;
        page_cursor?: PaginationCursor;
        type_?: PersonContentType;
    }
    Index

    Properties

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