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

Hierarchy (view full)

Properties

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