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

    Variable putUserPreferencesRequestSchemaConst

    putUserPreferencesRequestSchema: ZodObject<
        {
            body: ZodRecord<ZodString, ZodUnknown>;
            path: ZodOptional<ZodNever>;
            query: ZodOptional<ZodNever>;
        },
        $strip,
    > = ...