import type { IOpacityAnimation } from "./IOpacityAnimation.js"; import type { IValueWithRandom } from "@tsparticles/engine"; export interface IOpacity extends IValueWithRandom { animation: IOpacityAnimation; }