/** * Config for puppet artifact details */ export interface PuppetArtifactDetailConfig { metadata?: { [key: string]: any; }; }