Trevixal API
    Preparing search index...

    Interface InfoRow

    One row of an info dialog's table: a term and its description.

    interface InfoRow {
        description: string;
        term: string;
    }
    Index
    description: string
    term: string