Files

10 lines
207 B
Cheetah
Raw Permalink Normal View History

2023-03-19 09:13:05 +11:00
// 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;
}
}