puppeteer/website/versioned_docs/version-9.1.1/puppeteer.serializable.md
2021-08-10 11:09:48 +01:00

15 lines
446 B
Markdown

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