diff --git a/packages/effect-fc/src/hooks/Hooks/useInput.ts b/packages/effect-fc/src/hooks/Hooks/useInput.ts
index 80ed7da..d63c8d8 100644
--- a/packages/effect-fc/src/hooks/Hooks/useInput.ts
+++ b/packages/effect-fc/src/hooks/Hooks/useInput.ts
@@ -10,7 +10,7 @@ export namespace useInput {
export interface Options {
readonly schema: Schema.Schema
readonly ref: SubscriptionRef.SubscriptionRef
- readonly debounce?: Duration.Duration
+ readonly debounce?: Duration.DurationInput
}
export interface Result {