interface Metadata {
    hash: string;
    labels: MetadataLabels;
}

Properties

Properties

hash: string