mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
chore(FE-147): add ApproveAction type
This commit is contained in:
Vendored
+2
@@ -104,3 +104,5 @@ export type ApprovalsLine = {
|
||||
role?: string;
|
||||
status: 'approved' | 'rejected' | 'waiting';
|
||||
}[];
|
||||
|
||||
export type ApproveAction = 'APPROVED' | 'REJECTED';
|
||||
|
||||
Reference in New Issue
Block a user