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