[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [InterceptionId](./puppeteer.protocol.network.interceptionid.md) ## Protocol.Network.InterceptionId type Unique intercepted request identifier. Signature: ```typescript export type InterceptionId = string; ```