@experts_hub/shared
Version:
Shared DTOs, interfaces, and utilities for experts hub applications
11 lines (10 loc) • 338 B
TypeScript
export declare const ADMIN_FREELANCER_PATTERN: {
adminFetchFreelancers: string;
adminFreelancerCount: string;
adminExportFreelancer: string;
adminFetchFreelancerById: string;
adminCreateFreelancer: string;
adminUpdateFreelancer: string;
adminDeleteFreelancer: string;
fetchFreelancerGraphCount: string;
};