/** * This is auto-generated file, don't modify this file manually */ export interface BaseGradientPoint { /** * Hex color code without # */ color?: string; /** * Point position */ position?: number; }