UNPKG

@edflex-tech/keycloakify

Version:

Keycloak theme generator for Reacts app

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