UNPKG

do-wrapper

Version:

Node.js Wrapper for Digital Ocean API v2

9 lines (8 loc) 198 B
export interface CertificatesCreateRequest { name: string; type: string; private_key?: string; leaf_certificate?: string; certificate_chain?: string; dns_names?: string[]; }