nihilqui
Version:
Typescript .d.ts generator from GIR for gjs and node-gtk
11 lines (10 loc) • 397 B
text/typescript
// See https://gitlab.gnome.org/ewlsh/gi.ts/-/blob/master/packages/parser/src/xml.ts
export interface GirAnnotation {
/** 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[]
}
}