Home > @poq/sdk > PoqResponse > (constructor)
Constructs a new instance of the PoqResponse class
Signature:
constructor(response: AbstractResponse | PoqResponse<unknown>, content: T | null);
| Parameter | Type | Description |
|---|---|---|
| response | AbstractResponse | PoqResponse<unknown> | |
| content | T | null |