# RequiredPath

A type that represents a required path into an object structure with at least one key.

> This type is too complex to display. Please refer to the [source code](https://github.com/open-circle/formisch/blob/main/packages/core/src/types/path.ts).

## Related

### Methods

<ApiList
  items={[
    { text: 'focus', href: '/methods/api/focus/' },
    { text: 'getErrors', href: '/methods/api/getErrors/' },
    { text: 'getInput', href: '/methods/api/getInput/' },
    { text: 'replace', href: '/methods/api/replace/' },
    { text: 'setInput', href: '/methods/api/setInput/' },
    { text: 'swap', href: '/methods/api/swap/' },
  ]}
/>
