step2 ยังไม่เสร็จ ,step 3 เสร็จแล้ว ออกคำสั่ง

This commit is contained in:
Thanit Konmek 2023-08-08 00:22:26 +07:00
parent c613d3743e
commit e650e992aa
8 changed files with 1127 additions and 646 deletions

View file

@ -0,0 +1,7 @@
interface RequestCopyOrder {
personalId: string;
emailChannel: boolean;
inboxChannel: boolean;
}
export type { RequestCopyOrder };