[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Profiler](./puppeteer.protocol.profiler.md) > [TakeTypeProfileResponse](./puppeteer.protocol.profiler.taketypeprofileresponse.md) > [result](./puppeteer.protocol.profiler.taketypeprofileresponse.result.md) ## Protocol.Profiler.TakeTypeProfileResponse.result property Type profile for all scripts since startTypeProfile() was turned on. Signature: ```typescript result: ScriptTypeProfile[]; ```