export type MiniEnvironment = { readonly id: number; name: string; color?: string | null; };