export type NextFetchRequestConfig = { revalidate?: number | false; tags?: string[]; };