UNPKG

ekangularbase

Version:

Authentication service for usermanagement(oidc client)

9 lines (7 loc) 155 B
export interface RequireInteractiveControl { id: string; isLocked: boolean; } export interface RequireEmptyFunction { empty(): any; }