@experts_hub/shared
Version:
Shared DTOs, interfaces, and utilities for experts hub applications
11 lines (10 loc) • 351 B
TypeScript
export declare const ONBOARDING_QUESTION_PATTERN: {
fetchOnboardingQuestions: string;
};
export declare const ASSESSMENT_QUESTION_PATTERN: {
fetchAssessmentQuestions: string;
handleAssessmentQuestionImport: string;
handelAssessmentRecordAnswer: string;
handelAssessmentRecordAnswers: string;
fetchAssessmentSummary: string;
};