Skip to content

Commit

Permalink
fix: allow string based ID's
Browse files Browse the repository at this point in the history
  • Loading branch information
tymees committed Oct 30, 2023
1 parent 00025fd commit 1a32af2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ declare module "cdh-vue-lib/components/uu-list/types" {
type FilterValue = string | number | null | string[] | number[];
type FilterValues = Record<string, FilterValue>;
interface Data {
id: number;
id: number | string;
[Key: string]: any;
}
interface SortOption {
Expand Down
Loading

0 comments on commit 1a32af2

Please sign in to comment.