Skip to main content

log-more > ResultConfig

ResultConfig typeโ€‹

Result object configuration parameters to be applied to a specific event type

Signature:
export declare type ResultConfig<TCallback extends CallbackFunction = CallbackFunction> = ResultConfigBase<TCallback>;