import type { AccessToken, UserProfile } from '@badisi/auth-js/oidc'; export type AuthGuardValidator = (userProfile?: UserProfile, accessToken?: AccessToken) => Promise | boolean | string;