nihilqui
Version:
Typescript .d.ts generator from GIR for gjs and node-gtk
12 lines (10 loc) • 334 B
text/typescript
import type { TsFunction, TsProperty, TsVar } from './index.js'
export interface ConflictChildElement<T = TsFunction | TsProperty | TsVar> {
/**
* The depth of the inheritance, starts at 1.
* 1 means it is a direct inheritance,
* greater means it is an indirect inheritance
*/
depth: number
data: T
}