@@ -1,5 +0,0 @@
-declare module '*.graphql' {
- import { DocumentNode } from 'graphql';
- const Schema: DocumentNode;
- export = Schema;
-}
@@ -1,36 +0,0 @@
-import { DefaultSession } from 'next-auth';
-
-declare module 'next-auth' {
- /**
- * Returned by `useSession`, `getSession` and received as a prop on the `SessionProvider` React Context
- */
- interface Session {
- user: {
- id: string;
- firstname?: string;
- lastname?: string;
- token?: string;
- accessToken?: string;
- apiToken?: string;
- role?: string;
- } & DefaultSession['user'];
- }
- interface User {
- tokenType?: string;
- expiresIn?: number;
-declare module 'next-auth/jwt' {
- interface JWT {
- id?: string;
@@ -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`
@@ -83,6 +83,7 @@ export function LiveChatProvider({
}}
>
{children}
+ {/**19925053 */}
<LiveChatWidget
license="8982890"
visibility={visibility}