mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 05:10:31 +00:00
feat: add server changelog file.
This commit is contained in:
@@ -10,7 +10,7 @@ export interface IOrganizationSetupDTO{
|
||||
}
|
||||
|
||||
export interface IOrganizationBuildDTO {
|
||||
organizationName: string;
|
||||
name: string;
|
||||
baseCurrency: string,
|
||||
timezone: string;
|
||||
fiscalYear: string;
|
||||
@@ -18,7 +18,7 @@ export interface IOrganizationBuildDTO {
|
||||
}
|
||||
|
||||
export interface IOrganizationUpdateDTO {
|
||||
organizationName: string;
|
||||
name: string;
|
||||
baseCurrency: string,
|
||||
timezone: string;
|
||||
fiscalYear: string;
|
||||
|
||||
Reference in New Issue
Block a user