mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 04:14:18 +00:00
Merge pull request #5 from kasperkristensen/medusa-provider
Remove ref to schema
This commit is contained in:
commit
9e363f9e70
@ -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<T extends LoginTypes = LoginTypes> = {
|
||||
data: null
|
||||
actionInput: LoginBody
|
||||
fetcherInput: LoginBody
|
||||
body: T['body']
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user