mirror of
https://github.com/certd/certd.git
synced 2026-04-23 19:57:27 +08:00
chore: email template
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
|
||||
export type BuildContentReq = {
|
||||
data: any;
|
||||
}
|
||||
|
||||
export type BuildContentReply = Record<string, string>;
|
||||
|
||||
export interface ITemplateProvider {
|
||||
buildContent: (params: BuildContentReq) => Promise<BuildContentReply>;
|
||||
}
|
||||
Reference in New Issue
Block a user