interface SvgShapeAsset {
    id: string;
    name: string;
    svgText: string;
}

Properties

Properties

id: string
name: string
svgText: string