export interface BackgroundFillGradient { type: string; top_color: number; bottom_color: number; rotation_angle: number; }