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
I'm refactoring my code to use all the types defined in schema-dts for Events and I thought that I could apply the performer type to my existing objects, but there's no export of performer from schema-dts.
There's not much documentation to go on, and maybe this isn't the correct use-case for the library, but is this the expected approach?
I'm refactoring my code to use all the types defined in schema-dts for Events and I thought that I could apply the
performer
type to my existing objects, but there's no export of performer from schema-dts.There's not much documentation to go on, and maybe this isn't the correct use-case for the library, but is this the expected approach?
and then elsewhere in my code I use it like this:
The text was updated successfully, but these errors were encountered: