import {TypeEnum} from "./TypeEnum"; export type ParsedIdentifierType = { _type: TypeEnum.IDENTIFIER_TYPE; name: string; }