5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 18:42:23 +08:00
wails/v3/examples/binding/services/index.ts
Lea Anthony c415c1b321
Added Wails ML experiment
added Window.Close to js runtime
2023-02-15 20:58:57 +11:00

10 lines
184 B
TypeScript
Executable File

// Code generated by tygo. DO NOT EDIT.
//////////
// source: GreetService.go
export interface GreetService {
SomeVariable: number /* int */;
Parent?: any /* models.Person */;
}