interface NshmMetadata {
    label: string;
    model: NshmId;
    project: string;
    tag: string;
    url: string;
    year: number;
}

Hierarchy (view full)

Properties

label: string
model: NshmId
project: string
tag: string
url: string
year: number