overwolf.io.DeepPartial
Overwolf APIs / overwolf.io / DeepPartial
type DeepPartial<T> = { [P in keyof T]?: DeepPartial<T[P]> };
Type Parameters
| Type Parameter |
|---|
T |
Overwolf APIs / overwolf.io / DeepPartial
type DeepPartial<T> = { [P in keyof T]?: DeepPartial<T[P]> };
| Type Parameter |
|---|
T |