DataSourceRef🔗Ref to a DataSource instanceDefinition🔗export interface DataSourceRef { // The plugin type-id type?: string; // Specific datasource instance uid?: string; } Methods🔗No methods.