Saxonberg Server API
    Preparing search index...

    Interface TagTableEntry

    One row in a tag table.

    interface TagTableEntry {
        tag: string;
        threshold: number;
    }
    Index

    Properties

    Properties

    tag: string
    threshold: number