UNPKG

@tsclass/tsclass

Version:

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

6 lines (5 loc) 92 B
export interface ISshKey { keyName: string; public: string; private?: string; }