UNPKG

@vendasta/store

Version:

Components and data for Store

6 lines (5 loc) 392 B
import { Currency, RevenuePeriod } from '@vendasta/sales-orders'; import { BillingFrequency } from '@vendasta/core/shared'; export declare function convertSalesOrderCurrencyToString(currency: Currency): string; export declare function getPeriodTranslationKey(period: RevenuePeriod): string; export declare function salesOrderPeriodToBillingFrequency(period: RevenuePeriod): BillingFrequency;