InferShapeParseInput<TShape>: {
    [TProperty in keyof TShape]: InferParseInput<TShape[TProperty]>
}

Type Parameters

Generated using TypeDoc