# Type Alias: PropertyOptionsMetadataResult<ResultT>

> **PropertyOptionsMetadataResult**\<`ResultT`> = `ResultT` | { `cacheTtlSecs?`: `number`; `result`: `ResultT`; }

Defined in: [api_types.ts:1539](https://github.com/coda/packs-sdk/blob/853bf0fabbc842fea7362510b545440b16a96b05/api_types.ts#L1539)

The result of a property options formula. This is either an array, or an array combined with cacheTtlSecs to indicate how long the results can be cached for. The default cacheTtlSecs is about 5 minutes, if unspecified.

## Type Parameters

| Type Parameter | | --- | | `ResultT` *extends* [`PackFormulaResult`](../PackFormulaResult/)[] |
