import { TsFunction } from './index.js'

/**
 * Holds the data to generate a method in/for Typescript
 */
export type TsMethod = TsFunction
