import { TypeEnum } from "./TypeEnum"; export interface ParsedNullType { _type: TypeEnum.NULL; }