UNPKG

next

Version:

The React Framework

12 lines (11 loc) 524 B
/** * A timestamp in milliseconds elapsed since the epoch */ /** * This is a compatibility type to ease migration between cache handler * versions. Until the old `CacheHandler` type is removed, this type should be * used for all internal Next.js functions that deal with cache handlers to * ensure that we are compatible with both cache handler versions. An exception * is the built-in default cache handler, which implements the * {@link CacheHandlerV2} interface. */ export { }; //# sourceMappingURL=types.js.map