Interface ProConfig

interface ProConfig {
    skipOutput: boolean;
}

Properties

Properties

skipOutput: boolean