log-more > Result > (constructor)
Result.(constructor)​
Constructs a new instance of the Result class
constructor(params: ResultBaseParams<TReturned> & {
userId?: string;
});
Parameters​
| Parameter | Type | Description |
|---|---|---|
| params | ResultBaseParams<TReturned> & { userId?: string; } |