Type Alias: ArgumentResult<T>
ArgumentResult<
T> =Result<T,ArgumentError<T>>
Defined in: projects/framework/src/lib/structures/Argument.ts:12
Defines a synchronous result of an Argument, check Argument.AsyncResult for the asynchronous version.
Type Parameters
| Type Parameter |
|---|
T |