import {TypeEnum} from "./TypeEnum"; export interface ParsedNeverType { _type : TypeEnum.NEVER; }