/** * Config for docker artifact details */ export interface DockerArtifactDetailConfig { pullCommand?: string; }