@inceptionbg/main 2.0.214 → 2.0.216

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -1285,7 +1285,9 @@ type IEnvVar = {
1285
1285
  };
1286
1286
  };
1287
1287
 
1288
- type IOrganizationSettings = Record<string, any>;
1288
+ type IOrganizationSettings = Record<string, any> & {
1289
+ language?: string;
1290
+ };
1289
1291
 
1290
1292
  interface IRoute {
1291
1293
  path?: string;