Senzing Node.js SDK
GitHub
npm
Preparing search index...
sdk/sdk
FlagEntry
Interface FlagEntry
A single flag entry with name and u64 value.
interface
FlagEntry
{
name
:
string
;
value
:
bigint
;
}
Index
Properties
name
value
Properties
name
name
:
string
value
value
:
bigint
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
name
value
GitHub
npm
Senzing Node.js SDK
Loading...
A single flag entry with name and u64 value.