@ts-for-gir/lib
Version:
Typescript .d.ts generator from GIR for gjs
6 lines (4 loc) • 332 B
text/typescript
import type { IntrospectedClassMember } from "../gir/introspected-class-member.ts";
import type { IntrospectedClassFunction } from "../gir/introspected-classes.ts";
import type { IntrospectedProperty } from "../gir/property.ts";
export type ClassMember = IntrospectedClassMember | IntrospectedClassFunction | IntrospectedProperty;