.
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
export interface NextOptions {
|
||||
fetchLoopback?: boolean;
|
||||
}
|
||||
export interface NextOptionsConfig {
|
||||
nextOptions?: NextOptions;
|
||||
}
|
||||
Reference in New Issue
Block a user