/** * Canonical question categories used across personas, interview generation, and scenarios. */ export type QuestionCategory = 'happy_path' | 'edge_case' | 'error_handling' | 'boundary' | 'security'; //# sourceMappingURL=question-category.d.ts.map