/** @type { ActionOptions } */
export const options = {
actionType: "create",
triggers: {
shopify: {
priority: "default",
includeFields: ["id", "email"],
},
},
};
/** @type { ActionOptions } */
export const options = {
actionType: "create",
triggers: {
shopify: {
priority: "default",
includeFields: ["id", "email"],
},
},
};