chore(): start moving some packages to the core directory (#7215)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
export enum ShippingProfileType {
|
||||
DEFAULT = "default",
|
||||
GIFT_CARD = "gift_card",
|
||||
CUSTOM = "custom",
|
||||
}
|
||||
Reference in New Issue
Block a user