export interface TokenConfig {
    token?: string;
    loginPath?: string;
    excludeAuthPath?: any;
}
