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