UNPKG

nihilqui

Version:

Typescript .d.ts generator from GIR for gjs and node-gtk

10 lines (9 loc) 324 B
export interface GirInclude { /** Dependant namespace to include with the current namespace. For example, Gtk will need the namespace GLib */ $: { /** name of the dependant namespace to include */ name: string /** version of the dependant namespace to use */ version?: string } }