mirror of
https://github.com/ArvinLovegood/go-stock.git
synced 2025-07-19 00:00:09 +08:00
14 lines
461 B
TypeScript
14 lines
461 B
TypeScript
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
|
// This file is automatically generated. DO NOT EDIT
|
|
import {data} from '../models';
|
|
|
|
export function Follow(arg1:string):Promise<string>;
|
|
|
|
export function GetFollowList():Promise<Array<data.FollowedStock>>;
|
|
|
|
export function GetStockList(arg1:string):Promise<Array<data.StockBasic>>;
|
|
|
|
export function Greet(arg1:string):Promise<data.StockInfo>;
|
|
|
|
export function UnFollow(arg1:string):Promise<string>;
|