/** * ACR repository details */ export interface AcrRepository { /** * Repository name */ name?: string; }