UNPKG

178 BTypeScriptView Raw
1import { Hash } from "../../client/SupportingTypes";
2import { Bounce } from "../../bounces/Bounce";
3export interface BounceWebhook extends Bounce {
4 Metadata: Hash<string>;
5}