mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-12-31 19:27:00 -06:00
e7f1afd499
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;
|
|
}
|