/** * System-level information for the Harness Artifact Registry */ export interface SystemInfoV3 { /** * The hostname of the registry without protocol or port * @example "pkg.harness.io" */ registryHost: string; /** * The full registry URL including protocol * @example "https://pkg.harness.io" */ registryUrl: string; }