Skip to content

Commit

Permalink
Merge pull request #3 from karbasia/bug/fix-type
Browse files Browse the repository at this point in the history
Resolve header typing
  • Loading branch information
karbasia authored Mar 26, 2024
2 parents a329351 + a4e356a commit aecf218
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tririga-js-sdk",
"version": "0.0.2",
"version": "0.0.3",
"description": "Lightweight TRIRIGA Javascript Client SDK",
"author": "Amir Karbasi",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/services/Report.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export interface ReportListResults {
}

interface ReportColumnDefinitions {
[key: string]: unknown;
[key: string]: string;
}

export interface ReportMetadata {
Expand Down

0 comments on commit aecf218

Please sign in to comment.