refactor: api type
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import request from '@/config/axios'
|
||||
|
||||
export type DataSourceConfigVO = {
|
||||
export interface DataSourceConfigVO {
|
||||
id: number
|
||||
name: string
|
||||
url: string
|
||||
|
||||
Reference in New Issue
Block a user