[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. Signature: ```typescript export interface TypeObject ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [name](./puppeteer.protocol.profiler.typeobject.name.md) | string | Name of a type collected with type profiling. |