update workflow

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-10-22 17:08:54 +07:00
parent 7daa163b55
commit f0061b18c2
4 changed files with 34 additions and 25 deletions

View file

@ -5,6 +5,7 @@ interface Permission {
isUpdate: boolean; //แก้ไขเอกสารได้
isDelete: boolean; //ลบเอกสารได้ (ถ้ามี)
isCancel: boolean; //ลบเอกสารได้ (ถ้ามี)
isSign: boolean;
}
export type { Permission };