mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-04 13:22:55 +08:00
9 lines
342 B
Plaintext
9 lines
342 B
Plaintext
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
|
// This file is automatically generated. DO NOT EDIT
|
|
|
|
{{range .Comments}}// {{.}}{{end}}
|
|
declare module {{.Name}} {
|
|
{{range .Methods}}
|
|
{{if .Comments }}{{range .Comments}}// {{ . }}{{end}}{{end}}
|
|
function {{.Name}}({{.InputsAsTSText}}): Promise<{{.OutputsAsTSText}}>;{{end}}
|
|
} |