mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-25 07:45:47 +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 ApproveAction = 'APPROVED' | 'REJECTED';
|
||||||
|
|
||||||
|
export type FormStepStatus = {
|
||||||
|
name: string;
|
||||||
|
isCompleted: boolean;
|
||||||
|
isCurrent: boolean;
|
||||||
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user