Closed this issue 2 years ago · 1 comments
Chat GPT recommended creating aliases with Value = Type[str] instead of Value = str. We should see if that's really better.
Value = Type[str]
Value = str
We decided to create our own alias type so that we could ensure the enclosed type was actually a candid type (implemented in #261). So, this is no longer necessary. Closing for now.
alias