[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Runtime](./puppeteer.protocol.runtime.md) > [Timestamp](./puppeteer.protocol.runtime.timestamp.md) ## Protocol.Runtime.Timestamp type Number of milliseconds since epoch. Signature: ```typescript export type Timestamp = number; ```