UNPKG

@serve.zone/interfaces

Version:

interfaces for working with containers

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