Type Alias baseObjectOutputType<Shape>

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

Type Parameters