Files
simrsx-fe/app/handlers/_shared.handler.ts
2025-10-06 11:00:14 +07:00

6 lines
241 B
TypeScript

// variables
export const installations = ref<{ value: string; label: string }[]>([])
export const specialists = ref<{ value: string | number; label: string }[]>([])
export const units = ref<{ value: string | number; label: string }[]>([])