연결 설명 필드 추가 및 외부 호출 설정 개선

This commit is contained in:
hyeonsu
2025-09-16 18:15:54 +09:00
parent 77edd1f986
commit e572374116
7 changed files with 75 additions and 5 deletions

View File

@@ -260,7 +260,7 @@ export interface JsonRelationship {
fromColumns: string[];
toColumns: string[];
connectionType: "simple-key" | "data-save" | "external-call";
// settings 제거 - relationships는 순수 연결 정보만 저장
note?: string; // 데이터 연결에 대한 설명
}
export interface CreateDiagramRequest {