Type Alias ICameraEvent

ICameraEvent: Omit<IObject3DEvent, "type"> & {
    camera?: ICamera | null;
    type: ICameraEventTypes;
}