Variable getFirewallDevicesRequestSchemaConst
getFirewallDevicesRequestSchema: ZodObject<
{
body: ZodOptional<ZodNever>;
path: ZodObject<{ firewallId: ZodInt }, $strip>;
query: ZodOptional<
ZodObject<
{
page: ZodDefault<ZodOptional<ZodInt>>;
page_size: ZodDefault<ZodOptional<ZodInt>>;
},
$strip,
>,
>;
},
$strip,
> = ...