mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 06:10:31 +00:00
feat(server): wip tax rates service
This commit is contained in:
3
packages/server/src/services/TaxRates/constants.ts
Normal file
3
packages/server/src/services/TaxRates/constants.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
const ERRORS = {
|
||||
TAX_RATE_NOT_FOUND: 'TAX_RATE_NOT_FOUND',
|
||||
};
|
||||
Reference in New Issue
Block a user