Type Alias GradientDef

GradientDef: {
    element: string | SVGElement;
    id: string;
}