updated format code
This commit is contained in:
parent
b75d69ea08
commit
b14bad2249
241 changed files with 14012 additions and 13811 deletions
|
|
@ -10,4 +10,4 @@ interface Answers {
|
|||
desc: string;
|
||||
}
|
||||
|
||||
export type {Questions};
|
||||
export type { Questions };
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
interface Pagination {
|
||||
rowsPerPage: number;
|
||||
}
|
||||
export type {Pagination};
|
||||
rowsPerPage: number;
|
||||
}
|
||||
export type { Pagination };
|
||||
|
|
|
|||
|
|
@ -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 };
|
||||
|
|
|
|||
|
|
@ -115,5 +115,5 @@ export type {
|
|||
ResDetailDeceased,
|
||||
FormActive,
|
||||
OrgTree,
|
||||
TreeMain
|
||||
TreeMain,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue