ExactPartial<type>: {
    [key in keyof type]?: type[key]
}

Type Parameters

  • type