DataSourceRef🔗Definition🔗export interface DataSourceRef { // The plugin type-id type?: string; // Specific datasource instance uid?: string; }