Files
wails/v3/internal/plugins/template/models.d.ts.tmpl

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;
}
}