Type alias NatsResponse

NatsResponse: {
    status: string;
    success: boolean;
}

Response object for NATS request.

Type declaration

  • status: string

    Error message if the request was not successful.

  • success: boolean

    Whether the request was successful or not.

Generated using TypeDoc