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

10 lines
315 B
TypeScript
Executable File

// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
// This file is automatically generated. DO NOT EDIT
import {model} from '../models';
export function DeleteThing(arg1:number):Promise<void>;
export function GetThings():Promise<Array<model.Thing>>;
export function NewThing(arg1:string):Promise<void>;