mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-02 18:42:23 +08:00
10 lines
184 B
TypeScript
Executable File
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 */;
|
|
}
|