Frontify / brand-sdk

Brand SDK is a collection of tools and packages for building apps that integrate with Frontify's brand management platform.
7 stars 2 forks source link

Property 'type' does not exist on type 'Asset'.ts #323

Closed robinscholz closed 1 year ago

robinscholz commented 1 year ago

The Asset.ts file seems to be incomplete. The response coming back from const { blockAssets } = useBlockAssets(appBridge) is much more complex than what is currently typed here: https://github.com/Frontify/brand-sdk/blob/main/packages/app-bridge/src/types/Asset.ts

SamuelAlev commented 1 year ago

The untyped properties might change in the near future, we don't recommend to base yourself on them.

SamuelAlev commented 1 year ago

Stale issue, please reopen if needed