Merge pull request #5 from kasperkristensen/medusa-provider

Remove ref to schema
This commit is contained in:
Kasper Fabricius Kristensen 2021-09-14 17:57:01 +02:00 committed by GitHub
commit 9e363f9e70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 * from '@commerce/types/login'
export type LoginHook<T extends LoginTypes = LoginTypes> = {
data: null
actionInput: LoginBody
fetcherInput: LoginBody
body: T['body']
}