#!/usr/bin/env node export interface Options { typeDefinitionsPath: string; schemaPath: string; projectPath?: string; }