|
@@ -1,5 +1,5 @@
|
|
|
-import { gql,TypedDocumentNode } from "@apollo/client";
|
|
|
|
|
-import { CurrenciesData } from "@/types/currency/type";
|
|
|
|
|
|
|
+import { gql,type TypedDocumentNode } from "@apollo/client";
|
|
|
|
|
+import type { CurrenciesData } from "@/types/currency/type";
|
|
|
|
|
|
|
|
|
|
|
|
|
export const GET_CURRENCIES: TypedDocumentNode<CurrenciesData> = gql`
|
|
export const GET_CURRENCIES: TypedDocumentNode<CurrenciesData> = gql`
|