## TypedValueWithPath type [​](/content/docs/sdk/core.typedvaluewithpath#typedvaluewithpath-type "Direct link to TypedValueWithPath type"/index.html)

**Signature:**

```typescript
export type TypedValueWithPath = TypedValue & {

path: string;

};
```

**References:** [TypedValue](/content/docs/sdk/core.typedvalue)  
- [TypedValueWithPath type](/content/docs/sdk/core.typedvaluewithpath#typedvaluewithpath-type/index.html)
