issue: add menu issue
This commit is contained in:
parent
7daf29d974
commit
af54914bbb
5 changed files with 391 additions and 186 deletions
|
|
@ -21,6 +21,8 @@ interface IssueData {
|
|||
status: "IN_PROGRESS" | "RESOLVED" | "CLOSED" | "NEW";
|
||||
system: "mgt" | "user" | "checkin";
|
||||
title: string;
|
||||
email: string;
|
||||
phone: string;
|
||||
}
|
||||
|
||||
interface IssueAttachment {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue