/** * ACR registry details */ export interface AcrRegistry { /** * Login server URL */ loginServer?: string; /** * Registry name */ name?: string; }