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

# Type Alias KnownPropertyValue<P>

```typescript
KnownPropertyValue: keyof P extends never ? never : JsonSchemaValue<P[keyof P]>
```

Types: [P](#p), [JsonSchemaValue](core.Supporting_types.JsonSchemaValue.md)

#### Type Parameters

*   <a id="p"></a>P extends Readonly<Record<string, [JsonSchema](core.Supporting_types.JsonSchema.md)\>\>
