# Type Alias: MetadataContext

> **MetadataContext** = `Record`\<`string`, `any`> & `object`

Defined in: [api.ts:1844](https://github.com/coda/packs-sdk/blob/44f7744bb692307d51cf2020a7058f343a7e25e8/api.ts#L1844)

A context object that is provided to a metadata formula at execution time. For example, an autocomplete metadata formula for a parameter value may need to know the value of parameters that have already been selected. Those parameter values are provided in this context object.

## Type Declaration

| Name | Type | Defined in | | --- | --- | --- | | `__brand` | `"MetadataContext"` | [api.ts:1844](https://github.com/coda/packs-sdk/blob/44f7744bb692307d51cf2020a7058f343a7e25e8/api.ts#L1844) |
