@experts_hub/shared
Version:
Shared DTOs, interfaces, and utilities for experts hub applications
14 lines (13 loc) • 397 B
TypeScript
export declare const SUBADMIN_PATTERN: {
fetchSubAdmins: string;
exportUsersForGetStream: string;
handleDailyExport: string;
fetchDeletedSubAdmins: string;
fetchSubAdminDropdown: string;
findSubAdminById: string;
createSubAdmin: string;
updateSubAdminAccountStatus: string;
updateSubAdmin: string;
deleteSubAdmin: string;
fetchSubAdminCount: string;
};