feat(FE-91): create constant type file

This commit is contained in:
ValdiANS
2025-10-30 10:49:50 +07:00
parent c9c343b840
commit f7eb89c113
+4
View File
@@ -0,0 +1,4 @@
export type ApprovalLine = {
step_number: number;
step_name: string;
}[];