Variable getMonitorServicesForServiceTypeRequestSchemaConst
getMonitorServicesForServiceTypeRequestSchema: ZodObject<
{
body: ZodOptional<ZodNever>;
path: ZodObject<{ serviceType: ZodString }, $strip>;
query: ZodOptional<ZodNever>;
},
$strip,
> = ...