interface Telop {
    color: Color;
    text: string;
    type: string;
}

Properties

Properties

color: Color
text: string
type: string