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