Interface DeploymentTargetRepositoryConfig

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

Indexable

  • [key: string]: unknown

Properties

Properties

type: string