UNPKG

nihilqui

Version:

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

10 lines (8 loc) 268 B
import type { InjectionType, TsDoc } from './index.js' export interface InjectionParameter { name: string type: InjectionType[] /** If `true` the parameter is a rest parameter like `(...names: string[])` */ isRest?: boolean doc?: Partial<TsDoc> }