> ## Documentation Index
> Fetch the complete documentation index at: https://docs.typesafe.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Interface: NoulResponse

A yes/no answer.

## Properties

<a id="sdk-noul" />

### noul

```ts theme={null}
readonly noul: number;
```

Probability of a yes answer, from zero to one.

***

<a id="sdk-type" />

### type

```ts theme={null}
readonly type: "noul";
```
