mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
9 lines
249 B
TypeScript
9 lines
249 B
TypeScript
// @ts-nocheck
|
|
import intl from 'react-intl-universal';
|
|
|
|
export const modalChargeOptions = [
|
|
{ name: 'Hourly rate', value: 'Hourly rate' },
|
|
{ name: 'Fixed price', value: 'Fixed price' },
|
|
{ name: 'Non-chargeable', value: 'Non-chargeable' },
|
|
];
|