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

9 lines
118 B
TypeScript
Executable File

// Code generated by tygo. DO NOT EDIT.
//////////
// source: person.go
export interface Person {
Name: string;
}