/** * Artifact Entity Metadata */ export interface ArtifactEntityMetadata { [key: string]: any; }