Interface representing the approximate structure of a configuration with multiple projects.

ApproximateWithProjects

interface ApproximateWithProjects {
    projects: Record<string, ApproximateProject>;
}

Properties

Properties

projects: Record<string, ApproximateProject>

Generated using TypeDoc