[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Profiler](./puppeteer.protocol.profiler.md) > [TakeTypeProfileResponse](./puppeteer.protocol.profiler.taketypeprofileresponse.md) ## Protocol.Profiler.TakeTypeProfileResponse interface Signature: ```typescript export interface TakeTypeProfileResponse ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [result](./puppeteer.protocol.profiler.taketypeprofileresponse.result.md) | [ScriptTypeProfile](./puppeteer.protocol.profiler.scripttypeprofile.md)\[\] | Type profile for all scripts since startTypeProfile() was turned on. |