mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-24 07:15:44 +00:00
chore(FE-91): create ApprovalsLine type
This commit is contained in:
Vendored
+8
@@ -66,3 +66,11 @@ export type flags =
|
|||||||
| 'STARTER'
|
| 'STARTER'
|
||||||
| 'FINISHER'
|
| 'FINISHER'
|
||||||
| 'OVK';
|
| 'OVK';
|
||||||
|
|
||||||
|
export type ApprovalsLine = {
|
||||||
|
action_by?: string;
|
||||||
|
date?: string;
|
||||||
|
notes?: string;
|
||||||
|
role?: string;
|
||||||
|
status: 'approved' | 'rejected' | 'waiting';
|
||||||
|
}[];
|
||||||
|
|||||||
Reference in New Issue
Block a user