import { WebhookFulfillmentBase } from './fulfillment-base';
export interface WebhookFulfillmentUpdate extends WebhookFulfillmentBase {
}
