interface OptionalExternalReferenceProperties {
    comment?: string;
    hashes?: HashDictionary;
}

Properties

Properties

comment?: string