Files
OPENCNC-J/desktop/template/src/package/wailsjs/go/StartWindows/Api.js
2023-08-28 22:37:55 +08:00

12 lines
420 B
JavaScript

// @ts-check
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
// This file is automatically generated. DO NOT EDIT
export function DeviceRequest(arg1, arg2, arg3, arg4) {
return window['go']['StartWindows']['Api']['DeviceRequest'](arg1, arg2, arg3, arg4);
}
export function ServiceRequest(arg1, arg2, arg3, arg4) {
return window['go']['StartWindows']['Api']['ServiceRequest'](arg1, arg2, arg3, arg4);
}