# DirectiveMatch

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/core/src/rendering/types.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/core/src/rendering/types.ts#L206)

Directive match result

## Properties

| Property | Type |
|---|---|
| `type` | `| 'audience'
    | 'variant'
    | 'block'
    | 'include'
    | 'closing'
    | 'variant_child'
    | 'variant_child_close'` |
| `raw` | `string` |
| `content` | `string` |
| `line` | `number` |
| `offset` | `number` |
| `closing` | `boolean` |
