Added logout API
This commit is contained in:
@@ -14,7 +14,7 @@ export type BigcommerceApiHandler<
|
||||
options: Options
|
||||
) => void | Promise<void>
|
||||
|
||||
export type BigcommerceHandler<T = any, Body = any> = (options: {
|
||||
export type BigcommerceHandler<T = any, Body = null> = (options: {
|
||||
req: NextApiRequest
|
||||
res: NextApiResponse<BigcommerceApiResponse<T>>
|
||||
config: BigcommerceConfig
|
||||
|
||||
Reference in New Issue
Block a user