[Home](./index.md) > [puppeteer](./puppeteer.md) > [Serializable](./puppeteer.serializable.md) ## Serializable type Signature: ```typescript export declare type Serializable = number | string | boolean | null | BigInt | JSONArray | JSONObject; ``` References: [JSONArray](./puppeteer.jsonarray.md), [JSONObject](./puppeteer.jsonobject.md)