feat: reserved field challengeType for apply node config
This commit is contained in:
@@ -122,6 +122,7 @@ export type WorkflowNodeConfigForStart = {
|
||||
export type WorkflowNodeConfigForApply = {
|
||||
domains: string;
|
||||
contactEmail: string;
|
||||
challengeType: string;
|
||||
provider: string;
|
||||
providerAccessId: string;
|
||||
providerConfig?: Record<string, unknown>;
|
||||
|
||||
Reference in New Issue
Block a user