**What** ``` POST /admin/customer-groups POST /admin/customer-groups/:id GET /admin/customer-groups/:id DELETE /admin/customer-groups/:id ``` - Workflows
7 lines
186 B
TypeScript
7 lines
186 B
TypeScript
export * from "./definition"
|
|
export * from "./definitions"
|
|
export * as Handlers from "./handlers"
|
|
export * from "./promotion"
|
|
export * from "./customer"
|
|
export * from "./customer-group"
|