UNPKG

@experts_hub/shared

Version:

Shared DTOs, interfaces, and utilities for experts hub applications

7 lines (6 loc) 171 B
import { BaseEntity } from "./base.entity"; import { Plan } from './plan.entity'; export declare class Feature extends BaseEntity { name: string; plans: Plan[]; }