export interface NextOptions { fetchLoopback?: boolean } export interface NextOptionsConfig { nextOptions?: NextOptions }