Documentation - v1.2.0-alpha.3
    Preparing search index...

    Represents a Fact.

    interface Fact {
        key: string;
        value: string;
    }
    Index

    Properties

    Properties

    key: string

    The key of the fact.

    value: string

    The value of the fact.