---
title: "Type Example"
description: "Extracted example from ctx.getVar()"
---

# ctx.getVar()

## Type

```ts
getVar(path: string): Promise<any>;
```
