import {LightProps} from '../../environment/types'; export type UseLight = LightProps & { addDefaultLight: boolean; }