UNPKG

ntt-flow

Version:

The sequence of initialization, modification, aggregation, or other processes through which a data entity passes from instantiation to persistence.

3 lines (2 loc) 174 B
export declare type Identity = string | [string, IdentityCategory]; export declare type IdentityCategory = 'global' | 'individual' | 'organization' | 'network' | 'region';