diff options
author | Shravya Ramesh <shravs1208@gmail.com> | 2021-03-05 17:00:38 -0800 |
---|---|---|
committer | Shravya Ramesh <shravs1208@gmail.com> | 2021-03-05 20:58:22 -0800 |
commit | ab7613230603732251dd64607f2b85b21dcff1b7 (patch) | |
tree | a3633c5363aaa6902cbb4ad6404a2cf6aa25162b /src | |
parent | 7e1e9a443a7e38fdbe21129c3d3c853f75bd3162 (diff) |
done
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 +}; |