Type Alias: BindName
ts
type BindName =
| CoreBindName
| string & object;Defined in: packages/core/src/bind/bind.ts:55
The name of a Bind. Accepts the core kinds or any custom string for third-party bind packages.