refactor: move to bun
This commit is contained in:
6
src/types.ts
Normal file
6
src/types.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export type Language = 'en' | 'de'
|
||||
|
||||
export interface EmailTemplate {
|
||||
html: (data: any) => string
|
||||
text: (data: any) => string
|
||||
}
|
||||
Reference in New Issue
Block a user