Type Alias: UnwrapOkArray<T>
UnwrapOkArray<
T> ={ -readonly [P in keyof T]: UnwrapOk<T[P]> }
Defined in: projects/utilities/packages/result/src/lib/Result.ts:1162
Type Parameters
| Type Parameter |
|---|
T extends readonly AnyResult[] | [] |
UnwrapOkArray<
T> ={ -readonly [P in keyof T]: UnwrapOk<T[P]> }
Defined in: projects/utilities/packages/result/src/lib/Result.ts:1162
| Type Parameter |
|---|
T extends readonly AnyResult[] | [] |