UNPKG

@experts_hub/shared

Version:

Shared DTOs, interfaces, and utilities for experts hub applications

8 lines (7 loc) 170 B
export declare class ClientProfileQuestionDto { uuid: string; question_slug: string; answer: any; numberOfHours?: number; foundUsOnDetail?: string; }