export interface ExternalReference {
    reference: Reference;
}
export interface Reference {
    '@type': string;
    url: string;
}
