Skip to content

fx-flow v0.7.0 / types / Partial

Type alias: Partial<T>

Partial<T>: { [P in keyof T]?: T[P] }

Make all properties in T optional

Type parameters

T

Source

node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es5.d.ts:1578

Released under the MIT License.