UNPKG

@experts_hub/shared

Version:

Shared DTOs, interfaces, and utilities for experts hub applications

7 lines (6 loc) 148 B
export declare class FreelancerSkillDto { coreSkills: string[]; secondarySkills: string[]; tools: string[]; frameworks: string[]; }