Fix
Lint / lint (push) Successful in 11s

This commit is contained in:
Julien Valverdé
2025-10-24 00:00:14 +02:00
parent b73b053cc8
commit 6b9c177ae7
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import * as SubscriptionRef from "./SubscriptionRef.js"
import * as SubscriptionSubRef from "./SubscriptionSubRef.js"
export const FormTypeId: unique symbol = Symbol.for("effect-fc/Form/Form")
export const FormTypeId: unique symbol = Symbol.for("@effect-fc/Form/Form")
export type FormTypeId = typeof FormTypeId
export interface Form<in out A, in out I = A, out R = never, in out SA = void, in out SE = A, out SR = never>