mirror of
https://github.com/taigrr/wails.git
synced 2026-04-17 12:15:02 -07:00
9 lines
324 B
Plaintext
9 lines
324 B
Plaintext
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
|
// This file is automatically generated. DO NOT EDIT
|
|
|
|
declare module {{.Struct.Name}} {
|
|
{{range .Struct.Methods}}
|
|
{{if .Comments }}{{range .Comments}}// {{ . }}{{end}}{{end}}
|
|
function {{.Name}}({{.InputsAsTSText}}): Promise<{{.OutputsAsTSText}}>;
|
|
{{end}}
|
|
} |