<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Profiler](./puppeteer.protocol.profiler.md) > [TypeObject](./puppeteer.protocol.profiler.typeobject.md) ## Protocol.Profiler.TypeObject interface Describes a type collected during runtime. <b>Signature:</b> ```typescript export interface TypeObject ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [name](./puppeteer.protocol.profiler.typeobject.name.md) | string | Name of a type collected with type profiling. |