Type alias AuthResponse

AuthResponse: RequestResultSafeDestructure<{
    session: Session | null;
    user: User | null;
}>

Generated using TypeDoc