UNPKG

nihilqui

Version:

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

8 lines (6 loc) 263 B
import type { TsProperty, InjectionType } from './index.js' export interface InjectionProperty extends Pick<TsProperty, 'name' | 'girTypeName'>, Partial<Pick<TsProperty, 'readonly' | 'isStatic' | 'isInjected' | 'doc'>> { type?: InjectionType[] }