UNPKG

@experts_hub/shared

Version:

Shared DTOs, interfaces, and utilities for experts hub applications

11 lines (10 loc) 345 B
export declare const COMPANY_MEMBERS_PATTERNS: { fetchCompanyMembers: string; fetchAllCompanyMembersDropdown: string; findCompanyMemberById: string; createCompanyMember: string; updateCompanyMember: string; deleteCompanyMember: string; toggleCompanyMemberStatus: string; fetchAllDeletedCompanyMembers: string; };