interface LightMode {
    light?: Light;
}

Properties

Properties

light?: Light