Skip to content

Commit

Permalink
add missing types file
Browse files Browse the repository at this point in the history
  • Loading branch information
apeters committed Nov 21, 2024
1 parent 5b4abfb commit 58d7fa8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions afrc/src/afrc/Search/types.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// eslint-disable-next-line @typescript-eslint/no-explicit-any
export type GenericObject = { [key: string]: any };

0 comments on commit 58d7fa8

Please sign in to comment.