UNPKG

@experts_hub/shared

Version:

Shared DTOs, interfaces, and utilities for experts hub applications

8 lines (7 loc) 158 B
export declare class CreateQuestionDto { questionId: string; question: string; questionFor: string; options: string; isActive: boolean; }