Interface DeploymentTargetRepositoryConfig

interface DeploymentTargetRepositoryConfig {
    type: string;
    readonly [key: string]: unknown;
}

Indexable

  • readonly [key: string]: unknown

Properties

Properties

type: string