ทะเบียนประวัติ: วินัย interface

This commit is contained in:
oat_dev 2024-03-22 10:58:07 +07:00
parent eac1642da5
commit 9b6b8bef31
2 changed files with 6 additions and 6 deletions

View file

@ -1,13 +1,13 @@
interface RequestItemsObject {
id: string;
profileId: string,
id?: string;
level: string;
detail: string;
unStigma: string;
refCommandNo: string;
refCommandDate: Date | null;
date: Date;
createdFullName: string;
createdAt: Date;
date: Date | null;
}
interface FormFilter {