export class WebHookConfig { 'contact-email'?: string enabled?: boolean 'shared-secret'?: string // >= 8 characters url: string }