Cody

Results 2 issues of 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** ![image](https://github.com/iway1/trpc-panel/assets/2105157/3766541a-bb55-4e1a-8c75-d92df06d8d6d) **Source of Problem** https://github.com/iway1/trpc-panel/blame/f452cabbc60116475ca21439f9201cb90ab8581a/packages/trpc-panel/src/react-app/components/form/ProcedureForm/DescriptionSection.tsx#L59