Type Alias QueryWithoutParams

QueryWithoutParams: Record<string, never> | undefined

This type can be used with client.fetch to indicate that the query has no GROQ parameters.