From 493a4ccf9a6bda7ca12a61e8ba68cc4638e7d375 Mon Sep 17 00:00:00 2001 From: Tobias Schneider Date: Tue, 18 Jan 2022 11:11:37 +0100 Subject: [PATCH] Update to v1.1.10 --- index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.d.ts b/index.d.ts index 049180b..eeaa2bb 100644 --- a/index.d.ts +++ b/index.d.ts @@ -54,7 +54,7 @@ declare class Router { * @property {Object} headers Object you can set response headers in * @property {number} status Return status code (default: `204`) * @property {Object | string} body Either an `object` (will be converted to JSON) or a string - * @property {Response} response A response object that is to be returned, this will void all other res properties and return this as is. + * @property {Response} raw A response object that is to be returned, this will void all other res properties and return this as is. */ /** * Next Function