UNPKG

@los_generic/shared

Version:

Shared DTOs, interfaces, and utilities for LOS applications

11 lines (10 loc) 308 B
export declare const DEPARTMENT_PATTERN: { fetchDepartments: string; fetchDeletedDepartments: string; fetchDepartmentDropdown: string; findDepartmentById: string; createDepartment: string; toggleDepartmentStatus: string; updateDepartment: string; deleteDepartment: string; };