UNPKG

@experts_hub/shared

Version:

Shared DTOs, interfaces, and utilities for experts hub applications

10 lines (9 loc) 211 B
export declare class EducationDto { uuid?: string; degree: string; university: string; yearOfGraduation: string; } export declare class FreelancerEducationDto { educations: EducationDto[]; }