import { IRadarChart } from "./Radar"; export interface IFilledRadarChart extends Omit { type: "filled-radar", }