mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com> # Conflicts: # src/app/config-handler.ts
6 lines
103 B
TypeScript
6 lines
103 B
TypeScript
export = index;
|
|
declare function index(): void;
|
|
declare namespace index {
|
|
function sync(): void;
|
|
}
|