feat: Update customer related typings and sdk methods (#7440)
This commit is contained in:
@@ -24,7 +24,7 @@ type MedusaSession = {
|
||||
}
|
||||
|
||||
export const authenticate = (
|
||||
actorType: string,
|
||||
actorType: string | string[],
|
||||
authType: AuthType | AuthType[],
|
||||
options: { allowUnauthenticated?: boolean; allowUnregistered?: boolean } = {}
|
||||
): RequestHandler => {
|
||||
|
||||
Reference in New Issue
Block a user