Interface LowLightConfig

interface LowLightConfig {
    power: number;
}

Properties

Properties

power: number