feat(medusa): Allow to query product types by discount condition id (#2359)
This commit is contained in:
committed by
GitHub
parent
35df4962f8
commit
19ca18e71c
@@ -0,0 +1,3 @@
|
||||
export function isString(val: any): val is string {
|
||||
return val != null && typeof val === "string"
|
||||
}
|
||||
Reference in New Issue
Block a user