interface ILightMode {
    light?: ILight;
}

Properties

Properties

light?: ILight