Setup dev printful/webflow webhooks
This commit is contained in:
@@ -133,6 +133,11 @@ export namespace Printful {
|
||||
PackageShipped = "package_shipped",
|
||||
}
|
||||
|
||||
export interface Config {
|
||||
url: string,
|
||||
types: Event[]
|
||||
}
|
||||
|
||||
export interface ProductUpdated extends MetaData<
|
||||
Event.ProductUpdated,
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user