export interface Reference {
    id: string;
    type: string;
    ref: string;
}
