Skip to content

Commit ba9c389

Browse files
authored
Merge pull request #142 from Kristyidu/fix-issue-32
Fix #32: Remove unsafe any types from API details
2 parents 75b1a2a + 30de1bb commit ba9c389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export interface AppSettings {
4646
export interface ErrorState {
4747
message: string;
4848
code?: string;
49-
details?: any;
49+
details?: Record<string, unknown>;
5050
timestamp: Date;
5151
}
5252

0 commit comments

Comments
 (0)