Type Alias baseObjectOutputType<Shape>

baseObjectOutputType: { [k in keyof Shape]: Shape[k]["_output"] }

Type Parameters