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