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
+1. As a workaround you can infer the type from the unfurl method using types from Typescript 4.5: export type Metadata = Awaited<ReturnType<typeof unfurl>>
It'd be useful if users could import the
Metadata
type. Looks like it's not currently exported, unless I'm missing something?The text was updated successfully, but these errors were encountered: