feat: organization metadata redesigned.

This commit is contained in:
a.bouhuolia
2021-09-04 09:49:26 +02:00
parent 4706519121
commit f2c51c6023
24 changed files with 681 additions and 245 deletions

View File

@@ -56,6 +56,7 @@ export * from './InventoryDetails';
export * from './LandedCost';
export * from './Entry';
export * from './TransactionsByReference';
export * from './Jobs';
export interface I18nService {
__: (input: string) => string;