UNPKG

nihilqui

Version:

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

12 lines (10 loc) 339 B
import { TsDoc, TsGenericParameter } from './index.js' /** * Holds the data to generate an interface for `GirCallbackElements` in/for Typescript */ export interface TsCallbackInterface { name: string overwriteDoc?: Partial<TsDoc> /** Generic type parameter of this callback interface */ generics: TsGenericParameter[] }