This commit is contained in:
David Blass
2026-01-10 12:48:02 -05:00
committed by Colin McDonnell
parent c335032c37
commit 89e93d3398
3 changed files with 5 additions and 23 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ import { Timer } from "./utils/timer.ts";
export const Inputs = type({
prompt: "string",
effort: Effort,
"effort?": Effort,
});
export type Inputs = typeof Inputs.infer;