interface WithResolversthefrontside/effection
interface WithResolvers<T>
Type Parameters
T
Properties
- operation: Operation<T>
No documentation available.
Methods
- resolve(value: T): void
No documentation available.
- reject(error: Error): void
No documentation available.