/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface DataSourceColumnReference { /** * The display name of the column. It should be unique within a data source. */ name: string; } //# sourceMappingURL=DataSourceColumnReference.d.ts.map