@akamai/openapi-ts
    Preparing search index...

    Variable getFirewallDeviceRequestSchemaConst

    getFirewallDeviceRequestSchema: ZodObject<
        {
            body: ZodOptional<ZodNever>;
            path: ZodObject<{ deviceId: ZodInt; firewallId: ZodInt }, $strip>;
            query: ZodOptional<ZodNever>;
        },
        $strip,
    > = ...