lemmy-js-client
    Preparing search index...

    Type Alias CommunityIdQuery

    Parameter for setting community icon or banner. Can't use POST data here as it already contains the image data.

    type CommunityIdQuery = {
        id: CommunityId;
    }
    Index

    Properties

    Properties