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