Files
yellowjacket/frontend/wailsjs/go/player/Player.d.ts
T
2025-03-22 19:40:11 -04:00

8 lines
246 B
TypeScript
Executable File

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