@loopback/docs
Version:
Documentation files rendered at [https://loopback.io](https://loopback.io)
24 lines (16 loc) • 736 B
Markdown
lang: en
title: 'API docs: testlab.shotresponsector'
keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI
sidebar: lb4_sidebar
editurl: https://github.com/loopbackio/loopback-next/tree/master/packages/testlab
permalink: /doc/en/lb4/apidocs.testlab.shotresponsector.html
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/testlab](./testlab.md) > [ShotResponseCtor](./testlab.shotresponsector.md)
## ShotResponseCtor type
<b>Signature:</b>
```typescript
export declare type ShotResponseCtor = new (request: IncomingMessage, onEnd: ShotCallback) => ServerResponse;
```
<b>References:</b> [ShotCallback](./testlab.shotcallback.md)