import { WebhookNotification } from "../models";
export type WebhookResponse = {
    notifications: WebhookNotification[];
};
