UNPKG

@entity-factory/core

Version:

Create entities on the fly for mocking and testing

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