<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Serializable](./puppeteer.serializable.md)
## Serializable type
<b>Signature:</b>
```typescript
export declare type Serializable = number | string | boolean | null | BigInt | JSONArray | JSONObject;
```