You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: change OptionType to alias for usage as string (#377)
To be backwards compatible using this repo as a library, use a string
alias. This allows using the 'type' as a `string` or the new enum.
Since enum validation is quite weak in Go, this is baiscally
functionally equvialent.
0 commit comments