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
From #1184 (review), should we introduce an explicit ContentId type?
I'm not sure if a string template type is the best option here since the content ID can take a lot of different forms. However, a simple type ContentId = string would make the API more explicit.
The text was updated successfully, but these errors were encountered:
I'd say leave it open for discussing whether the type can be refined from string.
From my preliminary testing however, the strings aren't bounded, so for example they could also just be "abc".
From #1184 (review), should we introduce an explicit
ContentId
type?I'm not sure if a string template type is the best option here since the content ID can take a lot of different forms. However, a simple
type ContentId = string
would make the API more explicit.The text was updated successfully, but these errors were encountered: