UNPKG

@los_generic/shared

Version:

Shared DTOs, interfaces, and utilities for LOS applications

11 lines (10 loc) 274 B
export declare const BRANCH_PATTERN: { fetchBranches: string; fetchDeletedBranches: string; fetchBranchDropdown: string; findBranchById: string; createBranch: string; toggleBranchStatus: string; updateBranch: string; deleteBranch: string; };