Type Alias TCanvasShapeTableSymbol

TCanvasShapeTableSymbol: {
    creationTime: number;
    id: string;
    lines: TCanvasShapeTableLineSymbol[];
    modificationDate: number;
    style: {
        color?: string;
        fill?: string;
        opacity?: number;
        width?: number;
        [key: string]: undefined | string | number;
    };
    type: string;
}