1
0
Fork 0
mirror of https://git.sr.ht/~ashkeel/strimertul synced 2024-09-20 02:00:49 +00:00
strimertul/frontend/wailsjs/go/main/App.d.ts
2022-11-23 22:22:49 +01:00

14 lines
428 B
TypeScript

// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
// This file is automatically generated. DO NOT EDIT
import {helix} from '../models';
export function AuthenticateKVClient(arg1:string):Promise<void>;
export function GetKilovoltBind():Promise<string>;
export function GetTwitchAuthURL():Promise<string>;
export function GetTwitchLoggedUser():Promise<helix.User>;
export function IsServerReady():Promise<boolean>;