@@ -24,7 +24,7 @@ export interface SynchronizedForm<
|
|||||||
readonly target: Lens.Lens<A, TER, TEW, TRR, TRW>
|
readonly target: Lens.Lens<A, TER, TEW, TRR, TRW>
|
||||||
readonly validationFiber: Subscribable.Subscribable<Option.Option<Fiber.Fiber<A, ParseResult.ParseError>>, never, never>
|
readonly validationFiber: Subscribable.Subscribable<Option.Option<Fiber.Fiber<A, ParseResult.ParseError>>, never, never>
|
||||||
|
|
||||||
readonly run: Effect.Effect<void, ParseResult.ParseError | TER | TEW>
|
readonly run: Effect.Effect<void, ParseResult.ParseError | TER>
|
||||||
}
|
}
|
||||||
|
|
||||||
export class SynchronizedFormImpl<
|
export class SynchronizedFormImpl<
|
||||||
|
|||||||
Reference in New Issue
Block a user