Type Alias InexactPartial<T>

InexactPartial<T>: {
    [k in keyof T]?: T[k]
}

Type Parameters

  • T