UNPKG

@experts_hub/shared

Version:

Shared DTOs, interfaces, and utilities for experts hub applications

7 lines (6 loc) 142 B
export declare class ClientProfileQuestionDto { uuid: string; question_slug: string; answer: any; foundUsOnDetail?: string; }