Member Junction
    Preparing search index...

    A category group of prompts (preserves the encounter order of categories).

    interface PromptGroup {
        Category: string;
        Prompts: PromptOption[];
    }
    Index

    Properties

    Properties

    Category: string
    Prompts: PromptOption[]