@omniumretail/shared-resources 0.2.34 → 0.2.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useQuery, UseQueryOptions } from "@tanstack/react-query";
|
|
2
|
-
import {
|
|
2
|
+
import { getAuth0 } from "../../../../services/ApiService";
|
|
3
3
|
import {ResponseList, Section } from "../../../../interfaces"; // Assuming Section is in the interfaces
|
|
4
4
|
|
|
5
5
|
interface GetSectionProps extends UseQueryOptions<ResponseList< "Sections", Section>> {
|