Optionalparams?: QueryParams | Promise<QueryParams>Optionalperspective?: Exclude<ClientPerspective, "raw">OptionalrequestTag?: stringOptionalstega?: booleanOptionaltag?: neverOptionaltags?: string[]Add custom next.tags to the underlying fetch request.
https://nextjs.org/docs/app/api-reference/functions/fetch#optionsnexttags This can be used in conjunction with custom fallback revalidation strategies, as well as with custom Server Actions that mutate data and want to render with fresh data right away (faster than the Live Event latency).
This request tag is used to identify the request when viewing request logs from your Sanity Content Lake.