UNPKG

@hexadrop/types

Version:

Hexagonal architecture utils library

4 lines (3 loc) 81 B
export type RecursivePartial<T> = { [P in keyof T]?: RecursivePartial<T[P]>; };