Type Alias ILightEvent

ILightEvent: Omit<IObject3DEvent, "type"> & {
    light?: ILight | null;
    type: ILightEventTypes;
}