Display information of project on home tab
This commit is contained in:
@@ -49,6 +49,11 @@ type AttachmentType = {
|
||||
caseAttachments: CaseAttachmentType;
|
||||
};
|
||||
|
||||
type CaseTypeCountType = {
|
||||
type: number;
|
||||
count: number;
|
||||
};
|
||||
|
||||
export type CasesMessages = {
|
||||
testCaseList: string;
|
||||
id: string;
|
||||
@@ -63,6 +68,7 @@ export type CasesMessages = {
|
||||
high: string;
|
||||
medium: string;
|
||||
low: string;
|
||||
noCasesFound: string;
|
||||
};
|
||||
|
||||
export type CaseMessages = {
|
||||
@@ -113,4 +119,4 @@ export type CaseMessages = {
|
||||
maxFileSize: string;
|
||||
};
|
||||
|
||||
export { CaseType, StepType, AttachmentType, CasesMessages, CaseMessages };
|
||||
export { CaseType, StepType, AttachmentType, CaseTypeCountType, CasesMessages, CaseMessages };
|
||||
|
||||
@@ -8,7 +8,6 @@ export type ProjectType = {
|
||||
|
||||
export type ProjectsMessages = {
|
||||
projectList: string;
|
||||
projects: string;
|
||||
newProject: string;
|
||||
editProject: string;
|
||||
deleteProject: string;
|
||||
@@ -23,6 +22,7 @@ export type ProjectsMessages = {
|
||||
create: string;
|
||||
update: string;
|
||||
pleaseEnter: string;
|
||||
noProjectsFound: string;
|
||||
};
|
||||
|
||||
export type ProjectMessages = {
|
||||
|
||||
Reference in New Issue
Block a user