@squidcloud/client
    Preparing search index...

    Interface MmCategory

    Represents a category in the matchmaker. The description is used by the AI to extract features from the content.

    interface MmCategory {
        description: string;
        id: string;
    }
    Index

    Properties

    Properties

    description: string

    A description used by the AI to understand and extract features from the category content.

    id: string

    The unique identifier of the category.