UNPKG

@experts_hub/shared

Version:

Shared DTOs, interfaces, and utilities for experts hub applications

9 lines (8 loc) 261 B
export declare class FreelancerWorkShowcaseDto { uuid: string; linkedinProfileLink: string; kaggleProfileLink?: string | null; githubProfileLink?: string | null; stackOverflowProfileLink?: string | null; portfolioLink?: string | null; }