feat(FE-91): create approval-line config file

This commit is contained in:
ValdiANS
2025-10-30 10:47:51 +07:00
parent b720c1411b
commit bce58c585d
+12
View File
@@ -0,0 +1,12 @@
import { ApprovalLine } from '@/types/config/constant';
export const PROJECT_FLOCK_APPROVAL_LINE: ApprovalLine = [
{
step_number: 1,
step_name: 'Pengajuan',
},
{
step_number: 2,
step_name: 'Aktif',
},
] as const;