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