lemmy-js-client
    Preparing search index...

    Type Alias ListPostLikes

    List post likes. Admins-only.

    type ListPostLikes = {
        limit?: number;
        page_back?: boolean;
        page_cursor?: PaginationCursor;
        post_id: PostId;
    }
    Index

    Properties

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

    post_id

    post_id: PostId