UNPKG

@techmmunity/symbiosis

Version:

Symbiosis - The Ultimate OM For All Databases

7 lines (6 loc) 101 B
/** * DeepPartial */ export declare type ClassType<T> = { [P in keyof T]?: ClassType<T[P]>; };