export interface GraphqlMeshGeneratorSchema { name: string; tags?: string; directory?: string; singleMeshFile?: boolean; }