mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-23 06:45:46 +00:00
13 lines
238 B
TypeScript
13 lines
238 B
TypeScript
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;
|