import {TypeEnum} from "./TypeEnum"; export interface ParsedAnyType { _type : TypeEnum.ANY; }