import {TypeEnum} from "./TypeEnum"; export interface ParsedStringType { _type : TypeEnum.STRING; }