feat: support configuring renewal interval in application

This commit is contained in:
Fu Diwei
2025-01-19 05:37:28 +08:00
parent 60a13aaf17
commit c71d14cafa
6 changed files with 78 additions and 17 deletions

View File

@@ -111,6 +111,7 @@ export type WorkflowNodeConfigForApply = {
dnsPropagationTimeout?: number;
dnsTTL?: number;
disableFollowCNAME?: boolean;
skipBeforeExpiryDays: number;
};
export type WorkflowNodeConfigForDeploy = {