Skip to content

Type Alias: BindName

ts
type BindName = 
  | CoreBindName
  | string & object;

Defined in: packages/config-bound/src/bind/bind.ts:51

The name of a Bind. Accepts the core kinds or any custom string for third-party bind packages.