UNPKG

@tsclass/tsclass

Version:

Provides TypeScript definitions for various business, financial, networking, content, and other common classes.

7 lines (6 loc) 138 B
export interface INetworkNode { name: string; ipv4: string; ipv6: string; securityLevel: 'private' | 'public' | 'confidential'; }