Content-Length: 61328 | pFad | https://millsp.github.io/ts-toolbelt/modules/object_partial.html
to make optional
(?='flat') 'deep' to do it deeply
import {O} from 'ts-toolbelt'
type L = {a: {b: {c: 2}}, b: 1}
type test0 = O.Partial<L>
type test1 = O.Partial<L, 'deep'>
Fetched URL: https://millsp.github.io/ts-toolbelt/modules/object_partial.html
Alternative Proxies:
Make all fields of
Ooptional (deeply or not)