# z.Solidity.isType

## Imports

```ts
import { z } from 'ox/zod'

z.Solidity.isType
```

## Definition

```ts
export declare function isType(type: string): boolean;
```

## Parameters

| Name | Type | Description |
| --- | --- | --- |
| `type` | `string` |  |

## Return Type

`boolean`

**Source:** [src/zod/Solidity.ts](https://github.com/wevm/ox/blob/main/src/zod/Solidity.ts#L84)
