mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
feat(FE-174): add FormStepStatus type to enhance daily recording form state management
This commit is contained in:
Vendored
+6
@@ -115,3 +115,9 @@ export type BaseApproval = {
|
||||
};
|
||||
|
||||
export type ApproveAction = 'APPROVED' | 'REJECTED';
|
||||
|
||||
export type FormStepStatus = {
|
||||
name: string;
|
||||
isCompleted: boolean;
|
||||
isCurrent: boolean;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user