Skip to content

Commit

Permalink
Add back description
Browse files Browse the repository at this point in the history
  • Loading branch information
meghanmae committed Aug 12, 2024
1 parent 6409a64 commit e400125
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/coalesce-vue/src/metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ export interface ModelType extends CustomReferenceTypeBase, ApiRoutedType {
export interface DataSourceType extends Metadata {
readonly type: "dataSource";
readonly isDefault?: true;
readonly description?: string;

/** The parameters of the data source.
* Stored as `props` so it can be treated like a ModelType/ObjectType in many cases.
Expand Down

0 comments on commit e400125

Please sign in to comment.