UNPKG

nihilqui

Version:

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

6 lines (4 loc) 217 B
import type { TsFunction, TsProperty, TsVar, ConflictGroupedElement } from './index.js' export interface ConflictGroupedElements<T = TsFunction | TsProperty | TsVar> { [name: string]: ConflictGroupedElement<T> }