paelen
paelen
Aarktype
Created by notjosh on 3/20/2025 in #questions
Help with default values
try this: export const someInput = { OKAY: 'okay', FOO: 'foo', BAR: 'bar', BAZ: 'baz', } satisfies typeof someSchema.infer;
3 replies