Extract path parameters type (all required).
`ApiPathParams<operations, 'getPet'>` → `{ petId: string }` Copy
`ApiPathParams<operations, 'getPet'>` → `{ petId: string }`
Extract path parameters type (all required).