export interface CellStorage{ id:number, title: string, color: string, proportion: number }