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

# Type Alias RequiredPropertyKeys<S, P>

```typescript
RequiredPropertyKeys: S extends { required: readonly (infer K)[] }
    ? Extract<K, keyof P>
    : never
```

Types: [S](#s), [P](#p)

#### Type Parameters

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