Type Alias Label

Label: {
    annotated: {
        body: {
            fill: string;
            stroke: string;
            stroke-width: number;
            transform: string;
        };
        text: {
            annotations: Annotations;
            displayEmpty: boolean;
            fontSize: number;
            lineHeight: number;
            refX: string;
            refY: string;
            style: TextStyle;
            text: string;
            text-anchor?: "start" | "end" | "middle";
            transform: string;
            x: number;
            y: number;
        };
    };
    markup: string;
    rotation: number;
    size: {
        height: number;
        width: number;
    };
}