from a random openapi.yaml file (generated with Stoplight) ```yaml requestBody: content: {} description: '' ``` result from `types.generated.ts` ```ts export type RequestBody$Cars$Get = () | void; ```