export type Location = [number, number]; export type Environment = "staging" | "preprod" | "production";