UNPKG

@experts_hub/shared

Version:

Shared DTOs, interfaces, and utilities for experts hub applications

6 lines (5 loc) 120 B
export declare class RecordAssessmentAnswersDto { answers: any[]; assessmentId?: string; userId?: string; }