schreifuchs 2b13e5c03a
All checks were successful
build / windows (push) Successful in 2m22s
build / linux (push) Successful in 2m3s
remove sub things and add view
2025-03-07 15:23:33 +01:00

16 lines
420 B
JavaScript
Executable File

// @ts-check
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
// This file is automatically generated. DO NOT EDIT
export function DeleteThing(arg1) {
return window['go']['things']['Service']['DeleteThing'](arg1);
}
export function GetThings() {
return window['go']['things']['Service']['GetThings']();
}
export function NewThing(arg1) {
return window['go']['things']['Service']['NewThing'](arg1);
}