Type Alias HedgingCallbacks<TParameters, TContext>

HedgingCallbacks: {
    onHedgingAttempt?: OnHedgeAttempt<TParameters, TContext>;
    onHedgingError?: OnHedgeError<TParameters, TContext>;
}

IMPORT_PATH: "@daiso-tech/core/async"

Type Parameters

Type declaration