no message

This commit is contained in:
setthawutttty 2024-02-12 17:49:54 +07:00
parent c3c27e9f8c
commit 1d6e86c918
3 changed files with 90 additions and 11 deletions

View file

@ -8,7 +8,8 @@ interface RequestItemsObject {
id: string;
issuer: string;
detail: string;
issueDate: Date;
issueDate: number;
issueDate2: Date;
refCommandNo: string;
refCommandDate: Date | null | string;
createdFullName: string;

View file

@ -3,7 +3,8 @@ interface ResponseObject {
id: string;
issuer: string;
detail: string;
issueDate: Date;
issueDate: number;
issueDate2: Date;
refCommandNo: string;
refCommandDate: Date | null;
createdFullName: string;