no message

This commit is contained in:
setthawutttty 2024-02-13 17:26:10 +07:00
parent ea91acf18a
commit 9693c689e6
8 changed files with 42 additions and 39 deletions

View file

@ -10,7 +10,7 @@ interface RequestItemsObject {
detail: string;
unStigma: string;
refCommandNo: string;
refCommandDate: Date | null;
refCommandDate: Date | null|string;
date: Date;
createdFullName: string;
createdAt: Date;

View file

@ -10,7 +10,7 @@ interface RequestItemsObject {
detail: string;
reference: string;
refCommandNo: string;
refCommandDate: Date | null;
refCommandDate: Date | null | string;
createdFullName: string;
createdAt: Date;
}

View file

@ -11,7 +11,7 @@ interface RequestItemsObject {
detail: string;
reference: string;
refCommandNo: string;
refCommandDate: Date | null;
refCommandDate: Date | null|string;
createdFullName: string;
createdAt: Date;
}