Type Alias ObserveSettings<TParameters, TReturn, TContext>

ObserveSettings: {
    onError?: OnError<TParameters, TContext>;
    onFinally?: OnFinally<TContext>;
    onStart?: OnStart<TParameters, TContext>;
    onSuccess?: OnSuccess<TParameters, TReturn, TContext>;
}

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

Type Parameters

Type declaration