ShapePlaceKind: {
    kind:
        | "rect"
        | "circle"
        | "triangle"
        | "line"
        | "star";
    type: "basic";
} | {
    svgId: string;
    type: "svg";
}