# StrictObjectIssue

> This document is the Markdown version of [valibot.dev/api/StrictObjectIssue/](https://valibot.dev/api/StrictObjectIssue/). For the complete documentation index, see [llms.txt](https://valibot.dev/llms.txt).

Strict object issue interface.

## Definition

- `StrictObjectIssue` `extends BaseIssue<unknown>`
  - `kind` `'schema'`
  - `type` `'strict_object'`
  - `expected` `` 'Object' | `"${string}"` | 'never' ``
