Documentation
    Preparing search index...

    Represents a fetched answer.

    interface FetchedAnswer {
        answer: any;
        name: string;
    }
    Index

    Properties

    Properties

    answer: any

    The value of the answer.

    name: string

    The name of the answer.