mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 05:10:31 +00:00
9 lines
152 B
TypeScript
9 lines
152 B
TypeScript
// @ts-nocheck
|
|
|
|
|
|
export const Features = {
|
|
Warehouses: 'warehouses',
|
|
Branches: 'branches',
|
|
ManualJournal: 'manualJournal',
|
|
Projects:'Projects'
|
|
} |