// @ts-check // Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL // This file is automatically generated. DO NOT EDIT export function GetConfig() { return window['go']['main']['App']['GetConfig'](); } export function SelectPath() { return window['go']['main']['App']['SelectPath'](); } export function StartUpload() { return window['go']['main']['App']['StartUpload'](); } export function StopUpload() { return window['go']['main']['App']['StopUpload'](); } export function WriteConfig(arg1, arg2) { return window['go']['main']['App']['WriteConfig'](arg1, arg2); }