refactor: priority messages duplication
This commit is contained in:
@@ -101,11 +101,6 @@ type CaseMessages = {
|
||||
pleaseEnterTitle: string;
|
||||
description: string;
|
||||
testCaseDescription: string;
|
||||
priority: string;
|
||||
critical: string;
|
||||
high: string;
|
||||
medium: string;
|
||||
low: string;
|
||||
type: string;
|
||||
other: string;
|
||||
security: string;
|
||||
|
||||
7
frontend/types/priority.ts
Normal file
7
frontend/types/priority.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
type PriorityMessages = {
|
||||
critical: string;
|
||||
high: string;
|
||||
medium: string;
|
||||
low: string;
|
||||
};
|
||||
export type { PriorityMessages };
|
||||
Reference in New Issue
Block a user