updated format code

This commit is contained in:
Warunee Tamkoo 2024-09-03 11:28:01 +07:00
parent b75d69ea08
commit b14bad2249
241 changed files with 14012 additions and 13811 deletions

View file

@ -10,4 +10,4 @@ interface Answers {
desc: string;
}
export type {Questions};
export type { Questions };

View file

@ -1,4 +1,4 @@
interface Pagination {
rowsPerPage: number;
}
export type {Pagination};
rowsPerPage: number;
}
export type { Pagination };

View file

@ -1,14 +1,10 @@
interface OptionQuestions {
label: string;
value: number;
label: string;
value: number;
}
interface OptionQuestions2 {
label: string;
value: boolean;
label: string;
value: boolean;
}
export type {
OptionQuestions,
OptionQuestions2
};
export type { OptionQuestions, OptionQuestions2 };

View file

@ -115,5 +115,5 @@ export type {
ResDetailDeceased,
FormActive,
OrgTree,
TreeMain
TreeMain,
};