UNPKG

@experts_hub/shared

Version:

Shared DTOs, interfaces, and utilities for experts hub applications

11 lines (10 loc) 297 B
export declare const SUBADMIN_PATTERN: { fetchSubAdmins: string; fetchDeletedSubAdmins: string; fetchSubAdminDropdown: string; findSubAdminById: string; createSubAdmin: string; updateSubAdminAccountStatus: string; updateSubAdmin: string; deleteSubAdmin: string; };