UNPKG

renovate

Version:

Automated dependency updates. Flexible so you don't need to be.

12 lines (11 loc) 313 B
import { z } from "zod/v4"; //#region lib/util/http/cache/schema.ts const HttpCache = z.object({ etag: z.string().optional(), lastModified: z.string().optional(), httpResponse: z.unknown(), timestamp: z.string() }).nullable().catch(null); //#endregion export { HttpCache }; //# sourceMappingURL=schema.js.map