mirror of
https://github.com/Xevion/vastly.git
synced 2025-12-09 10:09:13 -06:00
8 lines
256 B
TypeScript
8 lines
256 B
TypeScript
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
|
// This file is automatically generated. DO NOT EDIT
|
|
import {api} from '../models';
|
|
|
|
export function Greet(arg1:string):Promise<string>;
|
|
|
|
export function Search():Promise<Array<api.ScoredOffer>>;
|