mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2026-04-04 03:18:05 +08:00
[questions][feat] add theory questions (#519)
This commit is contained in:
@@ -36,6 +36,11 @@ export const QUESTION_TYPES: FilterChoices<QuestionsQuestionType> = [
|
||||
label: 'Behavioral',
|
||||
value: 'BEHAVIORAL',
|
||||
},
|
||||
{
|
||||
id: 'THEORY',
|
||||
label: 'Theory',
|
||||
value: 'THEORY',
|
||||
},
|
||||
] as const;
|
||||
|
||||
export type QuestionAge = 'all' | 'last-6-months' | 'last-month' | 'last-year';
|
||||
|
||||
Reference in New Issue
Block a user