UNPKG

274 BTypeScriptView Raw
1/**
2 * A symbol to identify the type of the real user for a given
3 * user provider
4 */
5export declare const PROVIDER_REAL_USER: unique symbol;
6/**
7 * A symbol to identify the type for the events emitted by a guard
8 */
9export declare const GUARD_KNOWN_EVENTS: unique symbol;