Files
yellowjacket/frontend/wailsjs/go/player/Player.d.ts
T

11 lines
349 B
TypeScript
Executable File

// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
// This file is automatically generated. DO NOT EDIT
import {player} from '../models';
import {context} from '../models';
export function ChangeState(arg1:player.PlayerState):Promise<void>;
export function Init(arg1:context.Context):Promise<void>;
export function Play():Promise<void>;