mirror of
https://github.com/wavetermdev/wails.git
synced 2026-08-05 13:53:43 -07:00
10 lines
207 B
Cheetah
10 lines
207 B
Cheetah
// models.d.ts
|
|
// This file should contain any models that are used by the plugin.
|
|
|
|
export namespace {{.Name}}Plugin {
|
|
export interface Hashes {
|
|
MD5: string;
|
|
SHA1: string;
|
|
SHA256: string;
|
|
}
|
|
} |