UNPKG

do-wrapper

Version:

Node.js Wrapper for Digital Ocean API v2

5 lines (4 loc) 77 B
export interface AddKeyRequest { name: string; public_key: string; }