bpms_site/.svn/pristine/af/afe6082b445b1fba175b89c49df056c2d2c451a8.svn-base
2025-11-02 16:38:49 +03:30

6 lines
293 B
Plaintext

/// <reference types="node" />
import type { ServerResponse } from 'http';
import type { BaseNextResponse } from '../base-http';
import type { PayloadOptions } from './index';
export declare function setRevalidateHeaders(res: ServerResponse | BaseNextResponse, options: PayloadOptions): void;