We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1605244 commit d29e3b1Copy full SHA for d29e3b1
src/types.ts
@@ -31,13 +31,13 @@ export interface Templates {
31
32
export interface PluginOptions {
33
api_key: string
34
- from: {name?: string, email: string } | string
35
- templates: Templates;
+ from: { name?: string, email: string } | string
+ templates: Templates
36
/** BCC email address to send to when an order is placed. */
37
orderPlacedBcc?: EmailData|EmailData[]
38
/** locale as key example de-DE */
39
localization: {
40
- [key: string]: Templates;
+ [key: string]: Templates
41
}
42
43
0 commit comments