UNPKG

@experts_hub/shared

Version:

Shared DTOs, interfaces, and utilities for experts hub applications

17 lines (16 loc) 583 B
export declare const INVOICE_PATTERN: { createInvoice: string; generateWeeklyInvoice: string; generateHiringInvoiceOfFTE: string; fetchInvoicesForFreelancer: string; fetchInvoicesForClient: string; fetchInvoiceById: string; updateInvoiceStatus: string; fetchAnalyticsForClient: string; fetchAnalyticsForFreelancer: string; fetchFreelancerDropdownForClient: string; fetchInvoicesSummeryForClient: string; fetchDashboardAnalyticsForClient: string; fetchPaymentDetailsByInvoiceId: string; fetchInvoiceReportsForClient: string; };