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']
}>
We use cookies on this website.
Learn more in our Cookie Policy.