mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 12:24:18 +00:00
remove schema reference
This commit is contained in:
@@ -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']
|
|
||||||
}
|
|
||||||
|
Reference in New Issue
Block a user