mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
feat(FE-91): create constant type file
This commit is contained in:
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
export type ApprovalLine = {
|
||||
step_number: number;
|
||||
step_name: string;
|
||||
}[];
|
||||
Reference in New Issue
Block a user