UNPKG

caprover-api

Version:
12 lines (11 loc) 238 B
export interface DockerAuthObj { serveraddress: string; username: string; password: string; } export interface DockerRegistryConfig { [serveraddress: string]: { username: string; password: string; }; }