(scope: string)
| 81 | * See `buildRegionQueryKey` for additional details. |
| 82 | */ |
| 83 | export function buildGlobalQueryKey(scope: string) { |
| 84 | return [buildQueryKeyPart(scope)] as const; |
| 85 | } |
| 86 | |
| 87 | /** |
| 88 | * Extracts the environmentVersion from a query key in a type-safe way. |
no test coverage detected