feat: reserved field challengeType for apply node config

This commit is contained in:
Fu Diwei
2025-02-11 18:57:39 +08:00
parent b07174b533
commit 774ed5d31e
4 changed files with 15 additions and 0 deletions

View File

@@ -122,6 +122,7 @@ export type WorkflowNodeConfigForStart = {
export type WorkflowNodeConfigForApply = {
domains: string;
contactEmail: string;
challengeType: string;
provider: string;
providerAccessId: string;
providerConfig?: Record<string, unknown>;