lemmy-js-client

    Type Alias GetCommunity

    Get a community. Must provide either an id, or a name.

    type GetCommunity = {
        id?: CommunityId;
        name?: string;
    }
    Index

    Properties

    Properties

    name?: string

    Example: star_trek , or star_trek@xyz.tld

    MMNEPVFCICPMFPCPTTAAATR