Skip to content

Commit

Permalink
fix: use explicit typing in UseAssetsStatus
Browse files Browse the repository at this point in the history
  • Loading branch information
trezy committed Aug 1, 2024
1 parent 49f6cf2 commit c795465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/UseAssetsStatus.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const UseAssetsStatus = {
export const UseAssetsStatus: { [key: string]: 'error' | 'pending' | 'success' } = {
ERROR: 'error',
PENDING: 'pending',
SUCCESS: 'success',
Expand Down

0 comments on commit c795465

Please sign in to comment.