Public typealias

Signature
type TLBindingUpdate<T extends TLBinding = TLBinding> = Expand<{
  fromId?: T['fromId']
  id: TLBindingId
  meta?: Partial<T['meta']>
  props?: Partial<T['props']>
  toId?: T['toId']
  type: T['type']
  typeName?: T['typeName']
}>
References

TLBinding, TLBindingId

Source

packages/tlschema/src/records/TLBinding.ts

TLBindingIdTLBookmarkAsset