Infers the type of the service's request, so callers can typecheck their requests.
`let req: ServiceRequestType<typeof mathService> = // type-checked ` Copy
`let req: ServiceRequestType<typeof mathService> = // type-checked `
Infers the type of the service's request, so callers can typecheck their requests.