Gaunt Sloth Assistant
    Preparing search index...

    Interface QuestionOptions

    interface QuestionOptions {
        content: string;
        preamble: string;
        source: string;
    }
    Index

    Properties

    content: string
    preamble: string
    source: string