index.ets 99 B

123456
  1. export interface CellStorage{
  2. id:number,
  3. title: string,
  4. color: string,
  5. proportion: number
  6. }