@experts_hub/shared
Version:
Shared DTOs, interfaces, and utilities for experts hub applications
11 lines (10 loc) • 327 B
TypeScript
export declare const COMPANY_ROLES_PATTERNS: {
fetchCompanyRoles: string;
fetchAllCompanyRolesDropdown: string;
findCompanyRoleById: string;
createCompanyRole: string;
updateCompanyRole: string;
deleteCompanyRole: string;
toggleCompanyRoleStatus: string;
fetchAllDeletedCompanyRoles: string;
};