simpler types, tidy up code

This commit is contained in:
Ryan Di 2025-04-30 20:04:03 +10:00
parent d890ed090c
commit 721f5ec0f4
4 changed files with 57 additions and 98 deletions

View file

@ -419,3 +419,4 @@ export type ConvertibleLinearTypes =
| "sharpArrow"
| "curvedArrow"
| "elbowArrow";
export type ConvertibleTypes = ConvertibleGenericTypes | ConvertibleLinearTypes;