UNPKG

keycloakify-library-3

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