Cody
Cody
It is valid to chain `response.type('application/xml').status(200).send(xml)` because the `type` function returns an instance of **this**. This change correct the `index.d.ts` typing description from incorrectly returning **void** to correctly returning **this**...
**Screenshot**  **Source of Problem** https://github.com/iway1/trpc-panel/blame/f452cabbc60116475ca21439f9201cb90ab8581a/packages/trpc-panel/src/react-app/components/form/ProcedureForm/DescriptionSection.tsx#L59