From fcbe60e98a7e00aac8ca88f51710bd9b11cf039a Mon Sep 17 00:00:00 2001 From: Kasper Date: Tue, 14 Sep 2021 17:52:00 +0200 Subject: [PATCH] remove schema reference --- framework/medusa/types/login.ts | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/framework/medusa/types/login.ts b/framework/medusa/types/login.ts index 16bae8f65..3313c60d8 100644 --- a/framework/medusa/types/login.ts +++ b/framework/medusa/types/login.ts @@ -1,12 +1 @@ -import * as Core from '@commerce/types/login' -import type { LoginMutationVariables } from '../schema' -import { LoginBody, LoginTypes } from '@commerce/types/login' - export * from '@commerce/types/login' - -export type LoginHook = { - data: null - actionInput: LoginBody - fetcherInput: LoginBody - body: T['body'] -}