Type Alias TStyle

TStyle: {
    color: string;
    fill?: string;
    opacity?: number;
    width: number;
    [key: string]: undefined | string | number;
}