> ISPO SDK documentation. [HTML](https://ispo.ai/docs/types/core.Supporting_types.WireFrameValue.html) · [Documentation index](https://ispo.ai/docs/llms.txt)

# Type Alias WireFrameValue

```typescript
WireFrameValue:
    | string
    | number
    | bigint
    | boolean
    | null
    | undefined
    | readonly WireFrameValue[]
    | { readonly [key: string]: WireFrameValue }
```

Types: WireFrameValue

Structured-clone values that may arrive before an op-specific parser has established a frame contract.
