UNPKG

nihilqui

Version:

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

13 lines (11 loc) 278 B
import type { TransformationCase } from './transformation-case.js' export interface Transformations { [type: string]: { node: { transformation: TransformationCase } gjs: { transformation: TransformationCase } } }