UNPKG

nihilqui

Version:

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

7 lines (5 loc) 239 B
import type { InjectionClass } from './injection-class.js' /** Interface to inject additional methods, properties, etc to the generated type definitions (like gjs overrides) */ export interface Injection { classes: InjectionClass[] }