.
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
export type ActionRevalidationKind = 0 | 1 | 2;
|
||||
export declare const ActionDidNotRevalidate = 0;
|
||||
export declare const ActionDidRevalidateStaticAndDynamic = 1;
|
||||
export declare const ActionDidRevalidateDynamicOnly = 2;
|
||||
Reference in New Issue
Block a user