import type { EntityGitDetails } from '../schemas/EntityGitDetails'; export interface EnvironmentMetadata { 'git-details'?: EntityGitDetails; }