Interface TakomoProjectConfig

Takomo project configuration.

interface TakomoProjectConfig {
    deploymentTargets?: TakomoProjectDeploymentTargetsConfig;
    regions: readonly string[];
    requiredVersion?: string;
}

Properties

regions: readonly string[]
requiredVersion?: string

Generated using TypeDoc