2025-02-03 19:07:21 +01:00
|
|
|
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
|
|
|
// This file is automatically generated. DO NOT EDIT
|
2025-02-10 13:00:00 +01:00
|
|
|
import {model} from '../models';
|
|
|
|
|
|
|
|
export function AddSubThing(arg1:number,arg2:string):Promise<void>;
|
|
|
|
|
|
|
|
export function DeleteSubThing(arg1:number):Promise<void>;
|
2025-02-03 19:07:21 +01:00
|
|
|
|
|
|
|
export function DeleteThing(arg1:number):Promise<void>;
|
|
|
|
|
2025-02-10 13:00:00 +01:00
|
|
|
export function GetSubThings(arg1:number):Promise<Array<model.SubThing>>;
|
|
|
|
|
|
|
|
export function GetThings():Promise<Array<model.Thing>>;
|
2025-02-03 19:07:21 +01:00
|
|
|
|
|
|
|
export function NewThing(arg1:string):Promise<void>;
|