UNPKG

dots-wrapper

Version:

Digital Ocean v2 api wrapper - javascript - typescript - nodejs

14 lines (13 loc) 290 B
export interface IGenAiAgentApiKey { uuid: string; name?: string; key?: string; secret_key?: string; created_at?: string; created_by?: string; enabled?: boolean; last_used_at?: string; } export interface IGenAiAgentApiKeyCreateRequest { name?: string; }