import { LIGHTS_EFFECT } from '../../../constants';
import type { ObjectValues } from '../../utils';

export type LightsEffect = ObjectValues<typeof LIGHTS_EFFECT>;
