import type { FieldData } from '@/types'; import type { Base, Title } from '@/components/types'; export interface TargetProps extends Base, Title { yAxisData?: FieldData[]; targetFontSize?: 'middle' | 'large'; targetPattern?: '1' | '2' | '3' | '4' | '5'; targetValueColor?: string; optionFilterList?: any[]; }