GradientParticlesOptions: ParticlesOptions & {
    gradient?: SingleOrMultiple<AnimatableGradient>;
}

Type declaration