Skip to content

Commit

Permalink
Added dataType and length
Browse files Browse the repository at this point in the history
  • Loading branch information
ackava committed Sep 24, 2024
1 parent 0df003d commit 41f2ac4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/services/BaseEntityService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,8 @@ export interface IPagedListParams extends IListParams {
export interface IColumn {
name?: string;
type?: string;
length?: number;
dataType?: string;
generated?: string;
default?: any;
}
Expand Down

0 comments on commit 41f2ac4

Please sign in to comment.