UNPKG

@serve.zone/interfaces

Version:

**TypeScript interfaces for the Cloudly ecosystem.** Type-safe contracts for multi-cloud infrastructure management.

11 lines (10 loc) 201 B
export interface IExternalRegistry { id: string; data: { type: 'docker' | 'npm'; name: string; url: string; username: string; password: string; }; }