import { Project } from 'ts-morph'; export interface ToValueContext> { project: Project; options: Schema; }