interface ExternalReference {
    comment?: string;
    hashes?: Serialize.JSON.Types.Normalized.Hash[];
    type: ExternalReferenceType;
    url: string;
}

Properties

comment?: string
url: string