Type Alias TextStyle

TextStyle: {
    colour: string;
    font: string;
    size: string;
}