Variable getLinodeInterfaceFirewallsRequestSchemaConst
getLinodeInterfaceFirewallsRequestSchema: ZodObject<
{
body: ZodOptional<ZodNever>;
path: ZodObject<{ interfaceId: ZodInt; linodeId: ZodInt }, $strip>;
query: ZodOptional<ZodNever>;
},
$strip,
> = ...