issue: add menu issue

This commit is contained in:
Warunee Tamkoo 2026-02-04 21:48:48 +07:00
parent 7daf29d974
commit af54914bbb
5 changed files with 391 additions and 186 deletions

View file

@ -21,6 +21,8 @@ interface IssueData {
status: "IN_PROGRESS" | "RESOLVED" | "CLOSED" | "NEW";
system: "mgt" | "user" | "checkin";
title: string;
email: string;
phone: string;
}
interface IssueAttachment {