2026-01-14 00:56:30 +08:00
|
|
|
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
|
|
|
|
// This file is automatically generated. DO NOT EDIT
|
|
|
|
|
import {main} from '../models';
|
|
|
|
|
|
2026-01-14 01:06:15 +08:00
|
|
|
export function GetAiRecommendations():Promise<Array<main.AiRecommendation>>;
|
|
|
|
|
|
2026-01-14 09:26:04 +08:00
|
|
|
export function GetCrawlInfoStats():Promise<Array<main.CrawlInfoStat>>;
|
|
|
|
|
|
2026-01-14 00:56:30 +08:00
|
|
|
export function GetDatabaseConfig():Promise<main.DatabaseConfig>;
|
|
|
|
|
|
|
|
|
|
export function GetDatabaseDSN():Promise<string>;
|
|
|
|
|
|
|
|
|
|
export function GetPinnedBidItems():Promise<Array<main.BidItem>>;
|
|
|
|
|
|
|
|
|
|
export function Greet(arg1:string):Promise<string>;
|