.
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
export declare function getRevalidateReason(params: {
|
||||
isOnDemandRevalidate?: boolean;
|
||||
isStaticGeneration?: boolean;
|
||||
}): 'on-demand' | 'stale' | undefined;
|
||||
Reference in New Issue
Block a user