import type { DestroyType, IRangedAnimation } from "@tsparticles/engine"; export interface IOpacityAnimation extends IRangedAnimation { destroy: DestroyType | keyof typeof DestroyType; }