InferShape<TShape>: {
    [TProperty in keyof TShape]: Infer<TShape[TProperty]>
}

Type Parameters

Generated using TypeDoc