UNPKG

dots-wrapper

Version:

Digital Ocean v2 api wrapper - javascript - typescript - nodejs

7 lines (6 loc) 112 B
export interface ISshKey { fingerprint: string; id: number; name: string; public_key: string; }