export interface LoginResponse {
    isAuthenticated: boolean;
    userData: any;
    accessToken: string;
    idToken: string;
    configId?: string;
    errorMessage?: string;
}
//# sourceMappingURL=login-response.d.ts.map