UNPKG

angular-auth-oidc-client

Version:
6 lines (5 loc) 128 B
import { EventTypes } from './event-types'; export interface OidcClientNotification<T> { type: EventTypes; value?: T; }