AdapterEventBuilderOptions.
This interface defines the options used to create an AdapterEventBuilder instance. It includes an optional initial options object of type V and a resolver function.
V
The type of the options used to build the final object.
The type of the final object that will be built.
Optional
The initial options used for building the object. This is optional.
The resolver function that takes the options and returns the final object of type R.
R
AdapterEventBuilderOptions.
This interface defines the options used to create an AdapterEventBuilder instance. It includes an optional initial options object of type
Vand a resolver function.