# HasRequiredKeys

**Kind:** Type

**Source:** [`src/utils/types.ts`](https://github.com/honojs/hono/blob/main/src/utils/types.ts#L111)

**Part of:** [Utils](subsystem-src-utils)

## Definition

```ts
RequiredKeysOf<BaseType> extends never ? false : true
```
