import {TypeEnum} from "./TypeEnum"; export interface ParsedBooleanType { _type : TypeEnum.BOOLEAN; }