[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOMSnapshot](./puppeteer.protocol.domsnapshot.md) > [ArrayOfStrings](./puppeteer.protocol.domsnapshot.arrayofstrings.md) ## Protocol.DOMSnapshot.ArrayOfStrings type Index of the string in the strings table. Signature: ```typescript export type ArrayOfStrings = StringIndex[]; ```