Type Alias baseObjectInputType<Shape>

baseObjectInputType: addQuestionMarks<
    { [k in keyof Shape]: Shape[k]["_input"] },
>

Type Parameters