lemmy-js-client
    Preparing search index...

    Type Alias UpdateMultiCommunity

    type UpdateMultiCommunity = {
        deleted?: boolean;
        description?: string;
        id: MultiCommunityId;
        title?: string;
    }
    Index

    Properties

    deleted?: boolean
    description?: string
    title?: string