Aller au contenu principal

log-more > Result > success

Result.success property​

A helper function to return back a success result

Signature:
static success: <TReturned_1 = any>(data?: TReturned_1 | undefined, type?: EventType | undefined) => Result<TReturned_1>;