import type { IOptionsColor } from "@tsparticles/engine"; export interface IBackgroundMaskCover { color?: string | IOptionsColor; image?: string; opacity: number; }