form export 수정 및 통합테스트
CI / test (push) Successful in 49m26s
CI / pr_and_merge (push) Has been skipped

This commit is contained in:
2025-11-28 14:25:30 +09:00
parent c7b6097bd9
commit c9a62d479c
16 changed files with 234 additions and 5 deletions
+1 -1
View File
@@ -643,7 +643,7 @@ export interface FormFieldConfig {
}
// 폼 블록 속성
export type FormSubmitTarget = "internal" | "webhook";
export type FormSubmitTarget = "internal" | "webhook" | "both";
export type FormPayloadFormat = "form" | "json";
export interface FormBlockProps {