BuilderAdapter
Type alias for Builder.io-specific adapter.
This is a specialization of the generic ErrorHandlingAdapter interface from @alokai/connect configured for Builder.io client.
type BuilderAdapter = ErrorHandlingAdapter<WrappedBuilder, never>;