ปรับ Code การลาลงเวลา
This commit is contained in:
parent
d150dedb81
commit
99419877c4
42 changed files with 123 additions and 148 deletions
|
|
@ -1,4 +1,4 @@
|
|||
interface dataPost {
|
||||
interface DataPost {
|
||||
cardId: string;
|
||||
firstName: string;
|
||||
lastName: string;
|
||||
|
|
@ -28,7 +28,7 @@ interface MyObjectRoundChangeMainRef {
|
|||
[key: string]: any;
|
||||
}
|
||||
export type {
|
||||
dataPost,
|
||||
DataPost,
|
||||
changeRoundEdit,
|
||||
MyObjectRoundChangeRef,
|
||||
MyObjectRoundChangeMainRef,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue