import { TypeEnum } from "./TypeEnum"; export interface ParsedNumberType { _type: TypeEnum.NUMBER; }