import type { ILightGradient } from "./ILightGradient.js"; export interface ILightArea { gradient: ILightGradient; radius: number; }