엑셀 업로드 기능 개선
This commit is contained in:
@@ -2,6 +2,7 @@ import { apiClient } from "./client";
|
||||
|
||||
export interface TableColumn {
|
||||
name: string;
|
||||
label: string; // 컬럼 라벨 (column_labels 테이블에서 가져옴)
|
||||
type: string;
|
||||
nullable: boolean;
|
||||
default: string | null;
|
||||
|
||||
Reference in New Issue
Block a user