Skip to content

Opensearch dashboards.httpresponsepayload

Home > opensearch-dashboards > HttpResponsePayload

HttpResponsePayload type

Data send to the client as a response payload.

Signature:

export declare type HttpResponsePayload = undefined | string | Record<string, any> | Buffer | Stream;