12 lines
383 B
TypeScript
12 lines
383 B
TypeScript
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
|
// This file is automatically generated. DO NOT EDIT
|
|
import {main} from '../models';
|
|
|
|
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>;
|