Type Alias InferPartial<T>

InferPartial<T>: T extends DeepPartial<infer U>
    ? U
    : T

Type Parameters

  • T