export interface WebhookConfig {
    bindTo: string;
    port: number;
    secretToken: string;
}
