export interface EditorConfigOption { placeholder: string } export interface UploadOption { path: string data: Array<{ key: string value: string }> domain: string listPath: string urlKey: string nameKey: string }