## booleanToTypedValue() function

Returns a single element array with a typed boolean value.

**Signature:**

```typescript
export declare function booleanToTypedValue(value: boolean): [TypedValue];
```

## Parameters

| Parameter | Type     | Description                                  |
|-----------|----------|----------------------------------------------|
| value     | boolean  | The primitive boolean value.                 |

**Returns:**

\[ [TypedValue](/content/docs/sdk/core.typedvalue) \]

Single element array with a typed boolean value.

- [booleanToTypedValue() function](/content/docs/sdk/core.booleantotypedvalue#booleantotypedvalue-function/index.html)  
- [Parameters](/content/docs/sdk/core.booleantotypedvalue#parameters/index.html)
