mirror of
https://github.com/certd/certd.git
synced 2026-05-17 13:57:31 +08:00
feat: cert download
This commit is contained in:
@@ -56,6 +56,7 @@ export type Trigger = {
|
||||
};
|
||||
|
||||
export type FileItem = {
|
||||
id: string;
|
||||
filename: string;
|
||||
path: string;
|
||||
};
|
||||
@@ -68,13 +69,12 @@ export type Runnable = {
|
||||
default?: {
|
||||
[key: string]: any;
|
||||
};
|
||||
files?: FileItem[];
|
||||
};
|
||||
|
||||
export type EmailOptions = {
|
||||
receivers: string[];
|
||||
};
|
||||
export type NotificationWhen = "error" | "success" | "start";
|
||||
export type NotificationWhen = "error" | "success" | "turnToSuccess" | "start";
|
||||
export type NotificationType = "email" | "url";
|
||||
export type Notification = {
|
||||
type: NotificationType;
|
||||
|
||||
Reference in New Issue
Block a user