TS: add uuid as a type to Shape
@@ -13,6 +13,11 @@ export class Shape extends Path {
*/
type: string;
+ /**
+ *
+ */
+ uuid: string;
+
/**
* @default []