> ## Documentation Index
> Fetch the complete documentation index at: https://docs-staging-docs-event-stream-action-templates.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Scope

```ts Example theme={null}
export interface Scope {
  value: string;
  description?: string;
}
```

## Properties

<ParamField body="description?" type="string" />

<ParamField body="value" type="string" />
