export interface LinkType{ connectionId?: string; database?: string; connectionName?: string; driver?: string; url?: string; user?: string; password?: string; queryType?: string; newCharsetName?: any; originalCharsetName?: any; validationQuery?: string; schema?: string; testOnBorrow?: boolean; maxActive?: number; options?: any; port?: number; authType?: string; creator?: string; principal?: string; keyPath?: string; databaseType?: string; privilegeDetailBeanList?: any; isSelected?: boolean; text: string; }