Skip to content

Commit

Permalink
📝
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanWilhite committed Apr 4, 2019
1 parent 243cb30 commit 4e89e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/display-item.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export interface DisplayItemModel extends Sortable {
* Gets or sets the id.
* @value The id.
*/
id: number;
id: number | string;

/**
* Gets or sets the item name.
Expand Down

0 comments on commit 4e89e11

Please sign in to comment.