2024-05-27 20:27:05 +00:00
|
|
|
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
|
|
|
// This file is automatically generated. DO NOT EDIT
|
2024-05-29 15:49:03 +00:00
|
|
|
import {main} from '../models';
|
|
|
|
|
2024-05-29 23:06:34 +00:00
|
|
|
export function GetAlbumCover(arg1:string):Promise<Array<number>>;
|
|
|
|
|
2024-05-29 15:49:03 +00:00
|
|
|
export function GetRandomAlbums():Promise<Array<main.Album>>;
|
2024-05-27 20:27:05 +00:00
|
|
|
|
|
|
|
export function Greet(arg1:string):Promise<string>;
|
2024-05-27 22:13:13 +00:00
|
|
|
|
2024-05-30 00:10:05 +00:00
|
|
|
export function LoadRandomAlbums():Promise<void>;
|
|
|
|
|
2024-05-27 22:13:13 +00:00
|
|
|
export function Login(arg1:string,arg2:string,arg3:string):Promise<boolean>;
|