Interface DistributionSource

interface DistributionSource {
    name: string;
}

Properties

Properties

name: string

The name of the distribution to import

Generated using TypeDoc