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

    Variable postLkeClusterNodeRecycleRequestSchemaConst

    postLkeClusterNodeRecycleRequestSchema: ZodObject<
        {
            body: ZodOptional<ZodNever>;
            path: ZodObject<{ clusterId: ZodInt; nodeId: ZodString }, $strip>;
            query: ZodOptional<ZodNever>;
        },
        $strip,
    > = ...