แก้ วันนี้เริ่มต้น

This commit is contained in:
setthawutttty 2024-03-04 12:47:34 +07:00
parent cd5647cb10
commit 0b11e5647f
3 changed files with 12 additions and 8 deletions

View file

@ -6,7 +6,7 @@ interface DataProps {
//ข้อมูล
interface RequestItemsObject {
id: string;
date: Date;
date: Date|null;
detail: string;
createdFullName: string;
createdAt: Date;

View file

@ -1,7 +1,7 @@
//ข้อมูล
interface ResponseObject {
id: string;
date: Date;
date: Date|null;
detail: string;
createdFullName: string;
createdAt: Date;