type TLBindingCreate<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']
}>
TLBindingTLBindingId