mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-02 11:10:47 +08:00
9 lines
118 B
TypeScript
Executable File
9 lines
118 B
TypeScript
Executable File
// Code generated by tygo. DO NOT EDIT.
|
|
|
|
//////////
|
|
// source: person.go
|
|
|
|
export interface Person {
|
|
Name: string;
|
|
}
|