NITISHRG15102007's picture
Finalize submission checks and long inference output format
fea495a verified
Raw
History Blame Contribute Delete
220 Bytes
import type { CacheControl } from '../../server/lib/cache-control';
export declare function formatRevalidate(cacheControl: CacheControl): string;
export declare function formatExpire(cacheControl: CacheControl): string;