import {TypeEnum} from "./TypeEnum"; export type ParsedNamespacedIdentifierType = { _type: TypeEnum.NAMESPACE_IDENTIFIER_TYPE; namespace: string; name: string; }