export interface Param { colors: { start: string, end: string }; points: number; }