Added useLogin hook and API endpoint
This commit is contained in:
@@ -3,7 +3,7 @@ import { BigcommerceConfig, getConfig } from '..'
|
||||
|
||||
export type BigcommerceApiHandler<
|
||||
T = any,
|
||||
H extends BigcommerceHandlers = {},
|
||||
H extends BigcommerceHandlers<T> = {},
|
||||
Options extends {} = {}
|
||||
> = (
|
||||
req: NextApiRequest,
|
||||
|
||||
Reference in New Issue
Block a user