TLBaseBinding
Extends BaseRecord<'binding', TLBindingId>.
interface TLBaseBinding<Type extends string, Props extends object>
  extends BaseRecord<'binding', TLBindingId> {}
Properties
fromId: TLShapeId
from 
BaseRecordreadonly id: Id
meta: JsonObject
props: Props
toId: TLShapeId
type: Type
from 
BaseRecordreadonly typeName: TypeName

