InferPropsInner<V>: {
    [K in keyof V]-?: InferType<V[K]>
}

Type Parameters

  • V