UNPKG

@serve.zone/interfaces

Version:

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

12 lines (11 loc) 217 B
import * as plugins from '../plugins.js'; export interface IExternalRegistry { id: string; data: { type: 'docker' | 'npm'; name: string; url: string; username: string; password: string; }; }