UNPKG

@experts_hub/shared

Version:

Shared DTOs, interfaces, and utilities for experts hub applications

18 lines (17 loc) 770 B
export declare const CONTRACT_PATTERN: { fetchContractsForClient: string; fetchContractCountForClientAsPerStatus: string; fetchContractsForFreelancer: string; fetchContractCountForFreelancerAsPerStatus: string; signContractsForClient: string; signContractsForFreelancer: string; fetchContractDetailsForClient: string; fetchContractDetailsForFreelancer: string; rejectContractsForFreelancer: string; fetchFreelancersForClientContractRepository: string; fetchJobsForClientContractRepository: string; fetchContractsForClientContractRepository: string; fetchClientsForFreelancerContractRepository: string; fetchJobsForFreelancerContractRepository: string; fetchContractsForFreelancerContractRepository: string; };