Code/UI/PinShape.cs
namespace Nodebox.UI;

public enum PinShape {
    RoundedBox,
    Arrow,
}