diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/types/types.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/types/types.ts b/src/types/types.ts index 8adeb9c1..186cb4d5 100644 --- a/src/types/types.ts +++ b/src/types/types.ts @@ -250,4 +250,4 @@ export type SearchCategoryType = { id: number; name: string; category: string; -}
\ No newline at end of file +}; |