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
If every member of this type is optional, why not use Partial? We could also use DecodedScript | {} but then we would need to make type assertions where needed (from typescript issues).
If every member of this type is optional, why not use
Partial
? We could also useDecodedScript | {}
but then we would need to make type assertions where needed (from typescript issues).Originally posted by @r4mmer in #15 (comment)
The text was updated successfully, but these errors were encountered: