export interface IAuthConfig { roles: number[]; authenticatedRedirectUrl: string; notAuthenticatedRedirectUrl: string; notAuthorizedRedirectUrl: string; notAuthorizedSkipLocation: boolean; notAuthorizedSendReturnUrl: boolean; preserveParams?: boolean; }