UNPKG

@experts_hub/shared

Version:

Shared DTOs, interfaces, and utilities for experts hub applications

7 lines (6 loc) 190 B
import { BaseEntity } from "./base.entity"; export declare class RecommendationWeightageConfig extends BaseEntity { key: string; value: Record<string, any>; isActive: boolean; }