UNPKG

keycloakify

Version:

Framework to create custom Keycloak UIs

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