@experts_hub/shared
Version:
Shared DTOs, interfaces, and utilities for experts hub applications
12 lines (11 loc) • 338 B
TypeScript
export declare const CLIENT_ADMIN_PATTERNS: {
fetchAdminClients: string;
createAdminClients: string;
updateAdminClient: string;
fetchAdminClientById: string;
deleteAdminClient: string;
exportAdminClients: string;
fetchClientCount: string;
fetchClientDropdown: string;
fetchClientGraphCount: string;
};