export interface Annotation {
    readonly name: string;
    readonly value: string;
    readonly type: string;
}
