@experts_hub/shared
Version:
Shared DTOs, interfaces, and utilities for experts hub applications
13 lines (12 loc) • 411 B
TypeScript
export declare const WALLET_PATTERN: {
fetchConnectAccountDetails: string;
fetchWalletTransactions: string;
escrowFund: string;
transferEscrowAmountToFreelancerFromClient: string;
addTopupEscrowAmount: string;
debitCommissionFromClientForFTEHiring: string;
};
export declare const WALLET_ADMIN_PATTERN: {
fetchAdminWalletBalance: string;
fetchAdminWalletTransactions: string;
};