export interfaceGirAnnotation {
/** element defining an annotation from the source code, usually a user-defined annotation associated to a parameter or a return value */
$: {
/** name of the attribute */
name: string;
/** value of the attribute */value: string[];
};
}