()
| 137 | }; |
| 138 | |
| 139 | export const getProductsQueryOptions = () => { |
| 140 | return { |
| 141 | queryKey: generateQueryKey(RequestKey.Products), |
| 142 | queryFn: () => getProducts(), |
| 143 | staleTime: StaleTime.Default, |
| 144 | }; |
| 145 | }; |
| 146 | |
| 147 | export enum UserTransactionType { |
| 148 | PostBoost = 'post_boost', |
no test coverage detected