UNPKG

@ts-for-gir/lib

Version:

Typescript .d.ts generator from GIR for gjs

10 lines (9 loc) 315 B
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[]; }; }