@isettingkit/business-rules 1.0.3 → 1.0.4

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.
@@ -190,6 +190,6 @@ export declare const sortDisplayDataSwitchPlaces: (props: IRevertSortedData) =>
190
190
 
191
191
  export declare const translateObject: (data: Record<string, any>, targetLang: string) => Promise<Record<string, any>>;
192
192
 
193
- export declare const translateText: (text: string, targetLang: string, sourceLang?: string) => Promise<string>;
193
+ export declare const translateText: (text: string, targetLang: string) => Promise<string>;
194
194
 
195
195
  export { }