Type Alias TextStyle

TextStyle: {
    fill: string;
    fontFamily: string;
    fontSize: number;
    fontStyle: string;
    fontWeight: string;
    stroke: string;
    textAlignment: string;
}