Initial commit
This commit is contained in:
4
frontend/webapp/node_modules/next/dist/server/instrumentation/utils.d.ts
generated
vendored
Normal file
4
frontend/webapp/node_modules/next/dist/server/instrumentation/utils.d.ts
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
export declare function getRevalidateReason(params: {
|
||||
isOnDemandRevalidate?: boolean;
|
||||
isRevalidate?: boolean;
|
||||
}): 'on-demand' | 'stale' | undefined;
|
||||
Reference in New Issue
Block a user