type TLAssetShape = Extract<
  TLShape,
  {
    props: {
      assetId: TLAssetId
    }
  }
>
TLAssetPartialTLBinding