UNPKG

nihilqui

Version:

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

8 lines (6 loc) 293 B
import type { TsFunction, TsProperty, TsVar, TsClass, ConflictChildElement } from './index.js' export interface ConflictGroupedElement<T = TsFunction | TsProperty | TsVar> { baseElements: ConflictChildElement<T>[] inheritedElements: ConflictChildElement<T>[] baseClass: TsClass }