UNPKG

@experts_hub/shared

Version:

Shared DTOs, interfaces, and utilities for experts hub applications

8 lines (7 loc) 209 B
import { BaseEntity } from "./base.entity"; import { User } from "./user.entity"; export declare class FreelancerFramework extends BaseEntity { userId: number; user: User; frameworkName: string; }