import type { Environment } from './Environment'; export type EnvironmentResponse = { data?: Environment; meta?: Record; };