Senzing Node.js SDK
    Preparing search index...

    Interface FlagEntry

    A single flag entry with name and u64 value.

    interface FlagEntry {
        name: string;
        value: bigint;
    }
    Index

    Properties

    Properties

    name: string
    value: bigint