committed by
GitHub
parent
ae33f4825f
commit
f12299deb1
14
packages/workflows/src/definitions.ts
Normal file
14
packages/workflows/src/definitions.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
export enum Workflows {
|
||||
CreateProducts = "create-products",
|
||||
}
|
||||
|
||||
export enum InputAlias {
|
||||
Products = "products",
|
||||
RemovedProducts = "removedProducts",
|
||||
|
||||
InventoryItems = "inventoryItems",
|
||||
RemovedInventoryItems = "removedInventoryItems",
|
||||
|
||||
AttachedInventoryItems = "attachedInventoryItems",
|
||||
DetachedInventoryItems = "detachedInventoryItems",
|
||||
}
|
||||
Reference in New Issue
Block a user