// @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); }