Moves Medusa interfaces defines model schemas for Customer, Cart, Order

This commit is contained in:
Sebastian Rindom
2020-01-30 09:38:08 +01:00
parent 751adec7f7
commit edce88c34b
26 changed files with 147 additions and 19 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import bcrypt from "bcrypt"
import { BaseService } from "../interfaces"
import { BaseService } from "medusa-interfaces"
/**
* Can authenticate a user based on email password combination